Compartir a través de


ContextMenuItem.Label Propiedad

Lo siguiente se aplica a v2.

Obtiene una etiqueta para el elemento.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property Label As String 
    Get 
    Private Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Una etiqueta para el elemento.

Implementa

IContextMenuItem.Label

Vea también

Referencia

ContextMenuItem Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility