次の方法で共有


IDeploymentConfigurationDictionary インターフェイス

配置手順のコレクションを格納します。

名前空間:  Microsoft.VisualStudio.SharePoint.Deployment
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface IDeploymentConfigurationDictionary _
    Inherits IDictionary(Of String, IDeploymentConfiguration), ICollection(Of KeyValuePair(Of String, IDeploymentConfiguration)),  _
    IEnumerable(Of KeyValuePair(Of String, IDeploymentConfiguration)), IEnumerable
public interface IDeploymentConfigurationDictionary : IDictionary<string, IDeploymentConfiguration>, 
    ICollection<KeyValuePair<string, IDeploymentConfiguration>>, IEnumerable<KeyValuePair<string, IDeploymentConfiguration>>, 
    IEnumerable

IDeploymentConfigurationDictionary 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count ICollection<T> に格納されている要素の数を取得します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック プロパティ IsReadOnly ICollection<T> が読み取り専用であるかどうかを示す値を取得します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック プロパティ Item 指定したキーを持つ要素を取得または設定します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)
パブリック プロパティ Keys IDictionary<TKey, TValue> のキーを保持している ICollection<T> を取得します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)
パブリック プロパティ Values IDictionary<TKey, TValue> 内の値を格納している ICollection<T> を取得します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add(T) ICollection<T> に項目を追加します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド Add(String) ディクショナリに配置構成を追加します。このメソッドを使用して追加された配置構成は、プロジェクト ファイルまたはユーザー ファイルに格納されません。
パブリック メソッド Add(TKey, TValue) 指定したキーおよび値を持つ要素を IDictionary<TKey, TValue> に追加します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)
パブリック メソッド Add(String, IEnumerable<String>, IEnumerable<String>) ディクショナリに配置構成を追加します。このメソッドを使用して追加された配置構成は、プロジェクト ファイルまたはユーザー ファイルに格納されません。
パブリック メソッド Clear ICollection<T> からすべての項目を削除します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド Contains ICollection<T> に特定の値が格納されているかどうかを判断します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド ContainsKey 指定したキーの要素が IDictionary<TKey, TValue> に格納されているかどうかを確認します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)
パブリック メソッド CopyTo ICollection<T> の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)
パブリック メソッド Remove(TKey) 指定したキーを持つ要素を IDictionary<TKey, TValue> から削除します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)
パブリック メソッド Remove(T) ICollection<T> 内で最初に見つかった特定のオブジェクトを削除します。 (ICollection<KeyValuePair<String, IDeploymentConfiguration>> から継承されます。)
パブリック メソッド TryGetValue 指定したキーに関連付けられている値を取得します。 (IDictionary<String, IDeploymentConfiguration> から継承されます。)

このページのトップへ

参照

参照

Microsoft.VisualStudio.SharePoint.Deployment 名前空間