RibbonGalleryCategory.Header 屬性
適用於版本2
取得標頭文字。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property Header As String
Get
Private Set
'用途
Dim instance As RibbonGalleryCategory
Dim value As String
value = instance.Header
public string Header { get; private set; }
public:
property String^ Header {
String^ get ();
private: void set (String^ value);
}
member Header : string with get, private set
function get Header () : String
private function set Header (value : String)
屬性值
型別:System.String
標頭文字。