IVsBuildableProjectCfg Interface

Manages a project configuration's build operation.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8588E475-BB33-4763-B4BA-0322F839AA3C")> _
Public Interface IVsBuildableProjectCfg
'Usage
Dim instance As IVsBuildableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute("8588E475-BB33-4763-B4BA-0322F839AA3C")]
public interface IVsBuildableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"8588E475-BB33-4763-B4BA-0322F839AA3C")]
public interface class IVsBuildableProjectCfg
public interface IVsBuildableProjectCfg

Remarks

IVsBuildableProjectCfg allows a project to be built asynchronously. It is implemented on an object separate from the configuration object that supports IVsProjectCfg. IVsBuildableProjectCfg operates in the background, allowing the environment to query the build status at any time or to stop the build if necessary. Some projects support a check to determine whether or not the current build is up to date.

Notes to Callers:

Called by the environment when the user selects the build command and by projects that require configuration information for another project.

See Also

Reference

IVsBuildableProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace