IVsBuildableProjectCfg2 Interface

Definition

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

public interface class IVsBuildableProjectCfg2
public interface class IVsBuildableProjectCfg2
__interface IVsBuildableProjectCfg2
[System.Runtime.InteropServices.Guid("09857E8E-74CC-43A7-993D-3EC774DCA298")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBuildableProjectCfg2
[<System.Runtime.InteropServices.Guid("09857E8E-74CC-43A7-993D-3EC774DCA298")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBuildableProjectCfg2 = interface
Public Interface IVsBuildableProjectCfg2
Attributes

Methods

GetBuildCfgProperty(Int32, Object)

Retrieve the value of a given build configuration property.

StartBuildEx(UInt32, IVsOutputWindowPane, UInt32)

Requests that a project begin building.

Applies to