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 以還原預設值。