IThemeManager.Apply 메서드
버전 2에 적용
현재 라이브 편집기에 테마를 적용합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Sub Apply ( _
theme As ITheme _
)
‘사용 방법
Dim instance As IThemeManager
Dim theme As ITheme
instance.Apply(theme)
void Apply(
ITheme theme
)
void Apply(
ITheme^ theme
)
abstract Apply :
theme:ITheme -> unit
function Apply(
theme : ITheme
)
매개 변수
theme
유형: Microsoft.WebMatrix.Extensibility.Editor.ITheme적용할 테마입니다(기본 테마의 경우 null).