IThemeManager 인터페이스
버전 2에 적용
편집기 테마를 관리하기 위한 인터페이스를 나타냅니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Interface IThemeManager
‘사용 방법
Dim instance As IThemeManager
public interface IThemeManager
public interface class IThemeManager
type IThemeManager = interface end
public interface IThemeManager
IThemeManager 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
CurrentEditorTheme | 편집기에 현재 적용된 테마를 가져옵니다. | |
CurrentTheme | 테마 파일에서 로드된 현재 테마를 가져옵니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Apply | 현재 라이브 편집기에 테마를 적용합니다. | |
SaveAsDefault | 테마를 사용자 폴더에 저장하고 다음 시작 시 기본 테마로 설정합니다. |
맨 위로 이동