配置手順のコレクションを格納します。
名前空間: 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> から継承されます。) |
このページのトップへ
メソッド
このページのトップへ