IVsBuildableProjectCfg2 Interface

Provides information about a project's build configuration and executes the build.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("09857E8E-74CC-43A7-993D-3EC774DCA298")> _
Public Interface IVsBuildableProjectCfg2
[InterfaceTypeAttribute()]
[GuidAttribute("09857E8E-74CC-43A7-993D-3EC774DCA298")]
public interface IVsBuildableProjectCfg2
[InterfaceTypeAttribute()]
[GuidAttribute(L"09857E8E-74CC-43A7-993D-3EC774DCA298")]
public interface class IVsBuildableProjectCfg2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("09857E8E-74CC-43A7-993D-3EC774DCA298")>]
type IVsBuildableProjectCfg2 =  interface end
public interface IVsBuildableProjectCfg2

The IVsBuildableProjectCfg2 type exposes the following members.

Methods

  Name Description
Public method GetBuildCfgProperty Retrieve the value of a given build configuration property.
Public method StartBuildEx Requests that a project begin building.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace