Share via


ITheme.Name 屬性

適用於版本2

取得佈景主題名稱。

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

語法

'宣告
ReadOnly Property Name As String 
    Get
'用途
Dim instance As ITheme 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

屬性值

型別:System.String
佈景主題名稱。

請參閱

參考

ITheme 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間