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 命名空间