WorkflowTheme.Save(String) 方法

定義

將主題儲存為檔案。

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 將主題保留成檔案。

適用於