DelegatingConfigHost.IsLocationApplicable(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das Konfigurationsobjekt ein Location-Tag unterstützt.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

configPath
String

Eine Zeichenfolge, die den Pfad zu einer Konfigurationsdatei darstellt.

Gibt zurück

truewenn das Konfigurationsobjekt ein Location-Tag unterstützt; andernfalls . false

Implementiert

Gilt für: