다음을 통해 공유


IThemeManager.SaveAsDefault 메서드

버전 2에 적용

테마를 사용자 폴더에 저장하고 다음 시작 시 기본 테마로 설정합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Sub SaveAsDefault ( _
    theme As ITheme _
)
‘사용 방법
Dim instance As IThemeManager 
Dim theme As ITheme

instance.SaveAsDefault(theme)
void SaveAsDefault(
    ITheme theme
)
void SaveAsDefault(
    ITheme^ theme
)
abstract SaveAsDefault : 
        theme:ITheme -> unit
function SaveAsDefault(
    theme : ITheme
)

매개 변수

참고 항목

참조

IThemeManager 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스