包含部署步骤的集合。
命名空间:  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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Count | 获取 ICollection<T> 中包含的元素数。 (继承自 ICollection<KeyValuePair<String, IDeploymentConfiguration>>。) | 
| .gif) | IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 ICollection<KeyValuePair<String, IDeploymentConfiguration>>。) | 
| .gif) | Item | 获取或设置具有指定键的元素。 (继承自 IDictionary<String, IDeploymentConfiguration>。) | 
| .gif) | Keys | 获取包含 IDictionary<TKey, TValue> 的键的 ICollection<T>。 (继承自 IDictionary<String, IDeploymentConfiguration>。) | 
| .gif) | Values | 获取包含 IDictionary<TKey, TValue> 中的值的 ICollection<T>。 (继承自 IDictionary<String, IDeploymentConfiguration>。) | 
页首
方法
页首
.gif)