DeploymentProviderFactory Class
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.
Provides a class factory for deployment providers.
public ref class DeploymentProviderFactory abstract : Microsoft::Web::Deployment::IDeploymentNameDescription
public abstract class DeploymentProviderFactory : Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentProviderFactory = class
interface IDeploymentNameDescription
Public MustInherit Class DeploymentProviderFactory
Implements IDeploymentNameDescription
- Inheritance
-
DeploymentProviderFactory
- Implements
Constructors
| DeploymentProviderFactory() |
Creates an instance of a DeploymentProviderFactory object. |
Properties
| Description |
Gets the description of the current deployment provider factory. |
| ExampleOrDetail | |
| ExamplePath |
Gets the example path of the current deployment provider factory. |
| FriendlyName |
Gets the friendly name of the current deployment provider factory. |
| Kind | |
| Name |
Gets the name of the current deployment provider factory. |
Methods
| Create(DeploymentProviderContext, DeploymentBaseContext) | |
| CreateProvider(DeploymentProviderContext, DeploymentBaseContext) |
Creates an instance of a deployment provider factory. |
| GetSupportedSettings() |
Gets an array of DeploymentProviderSettingInfo objects associated with the current deployment provider factory. |