DelegatingConfigHost.IsLocationApplicable(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.
Retourne une valeur indiquant si l'objet de configuration prend en charge une balise d'emplacement.
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 bool IsLocationApplicable(System::String ^ configPath);
public virtual bool IsLocationApplicable (string configPath);
abstract member IsLocationApplicable : string -> bool
override this.IsLocationApplicable : string -> bool
Public Overridable Function IsLocationApplicable (configPath As String) As Boolean
Paramètres
- configPath
- String
Chaîne représentant le chemin d'accès à un fichier de configuration.
Retours
true
si l'objet de configuration prend en charge une balise d'emplacement ; sinon, false
.