WorkflowTheme.Load Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge un WorkflowTheme.
Surcharges
Load(IDesignerSerializationManager, String) |
Charge un nouveau thème à partir du chemin d’accès spécifié à l’aide d’un gestionnaire de sérialisation. |
Load(String) |
Charge le thème à partir du fichier d'accès spécifié. |
Load(IDesignerSerializationManager, String)
Charge un nouveau thème à partir du chemin d’accès spécifié à l’aide d’un gestionnaire de sérialisation.
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
Paramètres
- serializationManager
- IDesignerSerializationManager
Gestionnaire de sérialisation à utiliser pour charger le thème.
- themeFilePath
- String
Chemin d'accès à partir duquel charger le thème.
Retours
Nouveau WorkflowTheme chargé à partir du chemin d’accès spécifié à l’aide du gestionnaire de sérialisation indiqué.
Remarques
Si votre thème requiert une sérialisation personnalisée, utilisez cette méthode pour charger votre méthode à l'aide de votre gestionnaire de sérialisation personnalisé.
S’applique à
Load(String)
Charge le thème à partir du fichier d'accès spécifié.
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
Paramètres
- themeFilePath
- String
Chemin d'accès du fichier du thème.
Retours
Nouveau WorkflowTheme chargé à partir du nom de fichier spécifié.