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