WorkflowTheme.Load Método
Definição
Carrega um WorkflowTheme.Loads a WorkflowTheme.
Sobrecargas
| Load(IDesignerSerializationManager, String) |
Carrega um novo tema do caminho especificado usando o gerenciador de serialização.Loads a new theme from the specified path using a serialization manager. |
| Load(String) |
Carrega o tema do caminho de arquivo especificado.Loads the theme from the specified file path. |
Load(IDesignerSerializationManager, String)
Carrega um novo tema do caminho especificado usando o gerenciador de serialização.Loads a new theme from the specified path using a serialization manager.
public:
static System::Workflow::ComponentModel::Design::WorkflowTheme ^ Load(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ serializationManager, System::String ^ themeFilePath);
public static System.Workflow.ComponentModel.Design.WorkflowTheme Load (System.ComponentModel.Design.Serialization.IDesignerSerializationManager serializationManager, string themeFilePath);
static member Load : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * string -> System.Workflow.ComponentModel.Design.WorkflowTheme
Public Shared Function Load (serializationManager As IDesignerSerializationManager, themeFilePath As String) As WorkflowTheme
Parâmetros
- serializationManager
- IDesignerSerializationManager
O gerenciador de serialização a usar para carregar o tema.The serialization manager to use to load the theme.
- themeFilePath
- String
O caminho do arquivo do qual carregar o tema.The file path from which to load the theme.
Retornos
Um novo WorkflowTheme carregados do caminho do arquivo especificado usando o gerenciador de serialização especificado.A new WorkflowTheme loaded from the file path specified using the serialization manager specified.
Comentários
Se seu tema exigir serialização personalizada, use esse método para carregar o método usando o Gerenciador de serialização personalizado.If your theme requires custom serialization, use this method to load your method using your custom serialization manager.
Aplica-se a
Load(String)
Carrega o tema do caminho de arquivo especificado.Loads the theme from the specified file path.
public:
static System::Workflow::ComponentModel::Design::WorkflowTheme ^ Load(System::String ^ themeFilePath);
public static System.Workflow.ComponentModel.Design.WorkflowTheme Load (string themeFilePath);
static member Load : string -> System.Workflow.ComponentModel.Design.WorkflowTheme
Public Shared Function Load (themeFilePath As String) As WorkflowTheme
Parâmetros
- themeFilePath
- String
O caminho do arquivo do tema.The file path of the theme.
Retornos
Um novo WorkflowTheme carregados do nome de arquivo especificado.A new WorkflowTheme loaded from the filename specified.