ContextMenuItem.Label 屬性
適用於版本2
取得項目的標籤。
命名空間: 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
項目的標籤。