BuildableProjectConfig Members

Include Protected Members
Include Inherited Members

Manages a project configuration's build operation.

The BuildableProjectConfig type exposes the following members.

Constructors

  Name Description
Public method BuildableProjectConfig Initializes a BuildableProjectConfig class.

Top

Methods

  Name Description
Public method AdviseBuildStatusCallback Registers the Visual Studio environment to receive notifications of build status events.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method get_ProjectCfg Returns the project's configuration object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStartBuild Determines whether or not a project is able to start a build operation.
Public method QueryStartClean Determines whether or not a project is able to delete all outputs from the previous build, a process known as a clean operation.
Public method QueryStartUpToDateCheck Determines whether or not a project is able to check if the current build is up to date.
Public method QueryStatus Determines whether or not a build operation has completed successfully.
Public method StartBuild Requests that a project begins the build process.
Public method StartClean Requests that a project begin a clean operation, which is the process of deleting all of the outputs from the previous build.
Public method StartUpToDateCheck Requests that a project begin an up-to-date check to determine if the current build is up to date or not.
Public method Stop Requests that a project stop building.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method UnadviseBuildStatusCallback Cancels the environment's registration to receive notifications of build status events.
Public method Wait Method information is not provided. Do not use this method.

Top

See Also

Reference

BuildableProjectConfig Class

Microsoft.VisualStudio.Package Namespace