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>) |
구성 instance 심층 복사본 |
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 패턴 확장 |