IVsDeployableProjectCfg2 Interface

Used to support output about deployment during project deployment. Extends and inherits from IVsDeployableProjectCfg.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A981529F-4D0D-46EE-A758-AC26E50E099D")> _
Public Interface IVsDeployableProjectCfg2 _
    Inherits IVsDeployableProjectCfg
'Usage
Dim instance As IVsDeployableProjectCfg2
[InterfaceTypeAttribute()]
[GuidAttribute("A981529F-4D0D-46EE-A758-AC26E50E099D")]
public interface IVsDeployableProjectCfg2 : IVsDeployableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"A981529F-4D0D-46EE-A758-AC26E50E099D")]
public interface class IVsDeployableProjectCfg2 : IVsDeployableProjectCfg
public interface IVsDeployableProjectCfg2 extends IVsDeployableProjectCfg

See Also

Reference

IVsDeployableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace