IDeploymentConfigurationDictionary Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
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. |