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 可将主题保持到文件中。

适用于