Freigeben über


IPropertySettings Schnittstelle

Definition

IPropertySettings-Schnittstelle

public interface class IPropertySettings : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface IPropertySettings : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IPropertySettings = interface
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IPropertySettings
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
Abgeleitet
Implementiert

Erweiterungsmethoden

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

Hinzufügen eines Wörterbuchinhalts zum anderen Wörterbuch

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

Ruft einen Wert nach dem angegebenen Schlüssel ab.

EmptyIfNull<T>(IEnumerable<T>)

Gibt diese Enumeration zurück, falls sie nicht NULL ist. Falls es sich um NULL handelt, geben Sie eine leere Enumeration zurück.

Copy(IPropertySettings, Func<IPropertySettings>)

Ausführliche Kopie eines Konfigurations instance

GetPathValue<T>(IPropertySettings, String[])

Abrufen eines Werts mithilfe eines Pfads

GetValue<T>(IPropertySettings, String, T)

Abrufen des Werts vom Typ (T)

GetValue<T>(IPropertySettings, String)

Abrufen des Werts vom Typ (T)

GetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

GetValues mithilfe der Reflektions-API

GetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

GetValues mithilfe der Reflektions-API

SetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

SetValues mithilfe der Reflektions-API

SetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

SetValues mithilfe der Reflektions-API

TryGetValue<T>(IPropertySettings, String, T)

TryGetValue-Mustererweiterung

Gilt für: