Share via


RibbonItem.Label 屬性

適用於版本2

取得項目的標籤。

命名空間:  Microsoft.WebMatrix.Extensibility
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Public Property Label As String 
    Get 
    Protected Set
'用途
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)

屬性值

型別:System.String
項目的標籤。

請參閱

參考

RibbonItem 類別

Microsoft.WebMatrix.Extensibility 命名空間