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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("A981529F-4D0D-46EE-A758-AC26E50E099D")> _
Public Interface IVsDeployableProjectCfg2 _
    Inherits IVsDeployableProjectCfg
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("A981529F-4D0D-46EE-A758-AC26E50E099D")>]
type IVsDeployableProjectCfg2 =  
    interface
        interface IVsDeployableProjectCfg
    end
public interface IVsDeployableProjectCfg2 extends IVsDeployableProjectCfg

See Also

Reference

IVsDeployableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace