DelegatingConfigHost.IsLocationApplicable(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt einen Wert zurück, der angibt, ob das Konfigurationsobjekt ein Speicherorttag 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
true
, wenn das Konfigurationsobjekt ein Speicherorttag unterstützt; andernfalls false
.