WorkflowTheme.Save(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void Save(System::String ^ themeFilePath);
public void Save (string themeFilePath);
member this.Save : string -> unit
Public Sub Save (themeFilePath As String)
參數
-
themeFilePath
-
String
用來儲存 WorkflowTheme
的檔案。
備註
使用 Save 將主題保留成檔案。
適用於