Partilhar via


IContextMenuItem.Label Property

Applies to v2.

Gets a label for the item.

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

Property Value

Type: System.String
The label for the item.

See Also

Reference

IContextMenuItem Interface

Microsoft.WebMatrix.Extensibility Namespace