Partager via


IInternalConfigHost.IsLocationApplicable(String) Méthode

Définition

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.

S’applique à