IDeploymentConfigurationDictionary Interface

Definition

Contains a collection of deployment steps.

public interface class IDeploymentConfigurationDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConfiguration ^>>, System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConfiguration ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConfiguration ^>>
public interface IDeploymentConfigurationDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration>>, System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration>>
type IDeploymentConfigurationDictionary = interface
    interface IDictionary<string, IDeploymentConfiguration>
    interface ICollection<KeyValuePair<string, IDeploymentConfiguration>>
    interface seq<KeyValuePair<string, IDeploymentConfiguration>>
    interface IEnumerable
Public Interface IDeploymentConfigurationDictionary
Implements ICollection(Of KeyValuePair(Of String, IDeploymentConfiguration)), IDictionary(Of String, IDeploymentConfiguration), IEnumerable(Of KeyValuePair(Of String, IDeploymentConfiguration))
Implements

Methods

Add(String)

Adds a deployment configuration to the dictionary. The deployment configuration added by using this method is not stored in the project file or user file.

Add(String, IEnumerable<String>, IEnumerable<String>)

Adds a deployment configuration to the dictionary. The deployment configuration added by using this method is not stored in the project file or user file.

Applies to