次の方法で共有


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)

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)

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 パターン拡張機能

適用対象