IVsBuildableProjectCfg2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |