DesignerAction.Text プロパティ

定義

デザイナー アクションに関連付けられているテキストを取得します。

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

プロパティ値

DesignerActionに関連付けられたテキストを表す文字列値。

適用対象