IVsBuildableProjectCfg Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseBuildStatusCallback(IVsBuildStatusCallback^, UInt32)

Registers the environment to receive notifications of build status events.

System_CAPS_pubmethodget_ProjectCfg(IVsProjectCfg^)

Obsolete method. Do not use.

System_CAPS_pubmethodQueryStartBuild(UInt32, array<Int32>^, array<Int32>^)

Determines whether or not a project is able to start a build operation.

System_CAPS_pubmethodQueryStartClean(UInt32, array<Int32>^, array<Int32>^)

Determines whether or not a project is able to delete all outputs from the previous build, a process known as a clean operation.

System_CAPS_pubmethodQueryStartUpToDateCheck(UInt32, array<Int32>^, array<Int32>^)

Determines whether or not a project is able to check if the current build is up to date.

System_CAPS_pubmethodQueryStatus(Int32)

Determines whether or not a build operation has completed successfully.

System_CAPS_pubmethodStartBuild(IVsOutputWindowPane^, UInt32)

Requests that a project begin building.

System_CAPS_pubmethodStartClean(IVsOutputWindowPane^, UInt32)

Requests that a project begin a clean operation, which is the process of deleting all of the outputs from the previous build.

System_CAPS_pubmethodStartUpToDateCheck(IVsOutputWindowPane^, UInt32)

Requests that a project begin an up-to-date check to determine whether or not the current build is up to date.

System_CAPS_pubmethodStop(Int32)

Requests that a project stop building.

System_CAPS_pubmethodUnadviseBuildStatusCallback(UInt32)

Cancels the environment's registration to receive notifications of build status events.

System_CAPS_pubmethodWait(UInt32, Int32)

Obsolete method. Do not use.

Return to top
Show: