DeploymentStepCanceledEventArgs.DeploymentContext Property
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.
Gets the current deployment context.
public:
property Microsoft::VisualStudio::SharePoint::Deployment::ISharePointProjectItemDeploymentContext ^ DeploymentContext { Microsoft::VisualStudio::SharePoint::Deployment::ISharePointProjectItemDeploymentContext ^ get(); };
public Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext DeploymentContext { get; }
member this.DeploymentContext : Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext
Public ReadOnly Property DeploymentContext As ISharePointProjectItemDeploymentContext
Property Value
The current deployment context.