共用方式為


IContextMenuItem.Label 屬性

適用於版本2

取得項目的標籤。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
ReadOnly Property Label As String 
    Get
'用途
Dim instance As IContextMenuItem 
Dim value As String 

value = instance.Label
string Label { get; }
property String^ Label {
    String^ get ();
}
abstract Label : string
function get Label () : String

屬性值

型別:System.String
項目的標籤。

請參閱

參考

IContextMenuItem 介面

Microsoft.WebMatrix.Extensibility 命名空間