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
테마의 이름입니다.