IContextMenuItem.Label-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft eine Beschriftung für das Element ab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Label As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
Die Beschriftung für das Element.