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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("09857E8E-74CC-43A7-993D-3EC774DCA298")]
public interface IVsBuildableProjectCfg2

NameDescription
System_CAPS_pubmethodGetBuildCfgProperty(Int32, Object)

Retrieve the value of a given build configuration property.

System_CAPS_pubmethodStartBuildEx(UInt32, IVsOutputWindowPane, UInt32)

Requests that a project begin building.

Return to top
Show: