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を使用して、テーマをファイルに保持します。

適用対象