다음을 통해 공유


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 네임스페이스