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 來持久化主題到檔案。

適用於