ContextMenuItem.Label プロパティ
v2 に適用されます。
項目のラベルを取得します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Property Label As String
Get
Private Set
'使用
Dim instance As ContextMenuItem
Dim value As String
value = instance.Label
public string Label { get; private set; }
public:
virtual property String^ Label {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract Label : string with get, private set
override Label : string with get, private set
final function get Label () : String
private final function set Label (value : String)
プロパティ値
型: System.String
項目のラベル。