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) |
將一個字典內容新增至另一個字典 |
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 模式延伸模組 |