IVsDeployableProjectCfg Interface

Allows a project to manage deployment operations.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("358F6C9F-CD65-446A-B79A-30CEE094FDC1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDeployableProjectCfg
'Usage
Dim instance As IVsDeployableProjectCfg
[GuidAttribute("358F6C9F-CD65-446A-B79A-30CEE094FDC1")]
[InterfaceTypeAttribute()]
public interface IVsDeployableProjectCfg
[GuidAttribute(L"358F6C9F-CD65-446A-B79A-30CEE094FDC1")]
[InterfaceTypeAttribute()]
public interface class IVsDeployableProjectCfg
public interface IVsDeployableProjectCfg

Remarks

IVsDeployableProjectCfg is implemented on an object separate from the configuration object that supports IVsProjectCfg. IVsDeployableProjectCfg operates in the background, allowing the environment to query the status of a deployment operation at any time or to stop the operation if necessary.

Notes to Callers:

Called by the environment when the user selects the deploy command.

See Also

Reference

IVsDeployableProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace