ITheme.ToXml 메서드
버전 2에 적용
테마를 XML로 변환합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Function ToXml As String
‘사용 방법
Dim instance As ITheme
Dim returnValue As String
returnValue = instance.ToXml()
string ToXml()
String^ ToXml()
abstract ToXml : unit -> string
function ToXml() : String
반환 값
유형: System.String
테마를 나타내는 XML 문자열입니다.