PropertySettings 클래스

정의

기본 IPropertySettings 구현

public ref class PropertySettings : System::Collections::Generic::Dictionary<System::String ^, System::Object ^>, Microsoft::VisualStudio::Workspace::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 class PropertySettings : System.Collections.Generic.Dictionary<string,object>, Microsoft.VisualStudio.Workspace.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 PropertySettings = class
    inherit Dictionary<string, obj>
    interface IPropertySettings
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Class PropertySettings
Inherits Dictionary(Of String, Object)
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), IPropertySettings
상속
PropertySettings
구현

생성자

PropertySettings()

PropertySettings 클래스의 새 인스턴스를 초기화합니다.

PropertySettings(KeyValuePair<String,Object>[])

PropertySettings 클래스의 새 인스턴스를 초기화합니다.

필드

EmptySettings

빈 설정

속성

Item[String]

기본 IPropertySettings 구현

메서드

Add(String, Object)

기본 IPropertySettings 구현

확장 메서드

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)

GetValue<T>(IPropertySettings, String, T)

형식의 값 가져오기(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 패턴 확장

적용 대상