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 从特定的 Array 索引处开始,将 ICollection<T> 的元素复制到一个 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 命名空间