Freigeben über


RibbonItem.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
Public Property Label As String 
    Get 
    Protected Set
'Usage
Dim instance As RibbonItem 
Dim value As String 

value = instance.Label

instance.Label = value
public string Label { get; protected set; }
public:
property String^ Label {
    String^ get ();
    protected: void set (String^ value);
}
member Label : string with get, set
function get Label () : String 
protected function set Label (value : String)

Eigenschaftswert

Typ: System.String
Eine Beschriftung für das Element.

Siehe auch

Verweis

RibbonItem Klasse

Microsoft.WebMatrix.Extensibility-Namespace