Udostępnij za pośrednictwem


XmlConfigHelper.IsPrefixUsedInAppSettings(String) Metoda

Definicja

Pobiera wartość wskazującą, czy klucz appSetting istnieje z określonym kluczem KeyPrefix.

public:
 abstract bool IsPrefixUsedInAppSettings(System::String ^ keyPrefix);
public:
 abstract bool IsPrefixUsedInAppSettings(Platform::String ^ keyPrefix);
 abstract bool IsPrefixUsedInAppSettings(std::wstring const & keyPrefix);
public abstract bool IsPrefixUsedInAppSettings (string keyPrefix);
abstract member IsPrefixUsedInAppSettings : string -> bool
Public MustOverride Function IsPrefixUsedInAppSettings (keyPrefix As String) As Boolean

Parametry

keyPrefix
String

Ciąg prefiksu do sprawdzenia.

Zwraca

true, jeśli element appSetting już istnieje, który ma klucz rozpoczynający się od klucza keyPrefix; w przeciwnym razie wartość false.

Dotyczy