DelegatingConfigHost.IsLocationApplicable(String) Méthode

Définition

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.

Implémente

S’applique à