Theme.Name 属性

适用于版本2

获取或设置主题的名称。

命名空间:  Microsoft.WebMatrix.Extensibility.Editor
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Property Name As String 
    Get 
    Private Set
用法
Dim instance As Theme 
Dim value As String 

value = instance.Name
public string Name { get; private set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Name : string with get, private set 
override Name : string with get, private set
final function get Name () : String 
private final function set Name (value : String)

属性值

类型:System.String
主题的名称。

实现

ITheme.Name

请参阅

参考

Theme 类

Microsoft.WebMatrix.Extensibility.Editor 命名空间