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
)
매개 변수
theme
유형: Microsoft.WebMatrix.Extensibility.Editor.ITheme저장할 테마입니다(기본값을 복원하려면 null 전달).