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
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("8588E475-BB33-4763-B4BA-0322F839AA3C")> _
Public Interface IVsBuildableProjectCfg
'使用
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8588E475-BB33-4763-B4BA-0322F839AA3C")>]
type IVsBuildableProjectCfg = interface end
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.