DeploymentProviderContext Class

Definition

Provides properties that define the context of a deployment provider.

public ref class DeploymentProviderContext
public class DeploymentProviderContext
type DeploymentProviderContext = class
Public Class DeploymentProviderContext
Inheritance
DeploymentProviderContext

Remarks

The context of a deployment provider gives the information needed for DeploymentObjectProvider subclasses to perform routine operations. This information includes the DeploymentProviderFactory, Path, and DeploymentProviderSettingCollection associated with the current object.

Properties

Factory

Gets the DeploymentProviderFactory associated with the current object.

Path

Gets the path of the current object.

ProviderOptions
ProviderSettings

Gets the DeploymentProviderSettingCollection associated with the factory of the current object.

Applies to