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
‘선언
<GuidAttribute("358F6C9F-CD65-446A-B79A-30CEE094FDC1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDeployableProjectCfg
‘사용 방법
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
[<GuidAttribute("358F6C9F-CD65-446A-B79A-30CEE094FDC1")>]
[<InterfaceTypeAttribute()>]
type IVsDeployableProjectCfg = interface end
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.