共用方式為


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 命名空間