IPropertySettings インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IPropertySettings インターフェイス
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))
- 派生
- 実装
-
ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
拡張メソッド
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean) |
1 つの辞書コンテンツを別の辞書に追加する |
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK) |
指定したキーによって値を取得します。 |
EmptyIfNull<T>(IEnumerable<T>) |
null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。 |
Copy(IPropertySettings, Func<IPropertySettings>) |
構成インスタンスのディープ コピー |
GetPathValue<T>(IPropertySettings, String[]) |
パスを使用して値を取得する |
GetValue<T>(IPropertySettings, String, T) |
型の値の取得 (T) |
GetValue<T>(IPropertySettings, String) |
型の値の取得 (T) |
GetValues(IPropertySettings, Object, BindingFlags, Func<String,String>) |
リフレクション API を使用した GetValues |
GetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>) |
リフレクション API を使用した GetValues |
SetValues(IPropertySettings, Object, BindingFlags, Func<String,String>) |
リフレクション API を使用した SetValues |
SetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>) |
リフレクション API を使用した SetValues |
TryGetValue<T>(IPropertySettings, String, T) |
TryGetValue パターン拡張機能 |