DelegatingConfigHost.CreateDeprecatedConfigContext(String) 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.
Crée un contexte de configuration déconseillé.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
virtual System::Object ^ CreateDeprecatedConfigContext(System::String ^ configPath);
public virtual object CreateDeprecatedConfigContext (string configPath);
abstract member CreateDeprecatedConfigContext : string -> obj
override this.CreateDeprecatedConfigContext : string -> obj
Public Overridable Function CreateDeprecatedConfigContext (configPath As String) As Object
Paramètres
- configPath
- String
Chaîne représentant le chemin d'accès à un fichier de configuration.
Retours
Object représentant un contexte de configuration déconseillé.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.