BuildContextTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build Context Types
public ref class BuildContextTypes abstract sealed
public ref class BuildContextTypes abstract sealed
class BuildContextTypes abstract sealed
public static class BuildContextTypes
type BuildContextTypes = class
Public Class BuildContextTypes
- Inheritance
-
BuildContextTypes
Fields
BatchContextType |
The batch build type |
BatchContextTypeGuid |
Batch context type GUID |
BuildAllContextType |
Build All Context type |
BuildAllContextTypeGuid |
Build All context type GUID |
BuildContextType |
Build Context type |
BuildContextTypeGuid |
Identifies an action context that launches a build. |
BuildUpToDateCheckProviderContextType |
BuildUpToDateCheckProviderContext type |
BuildUpToDateCheckProviderContextTypeGuid |
BuildUpToDateCheckProviderContext type GUID |
CleanAllContextType |
Clean All Context type |
CleanAllContextTypeGuid |
Clean All context type GUID |
CleanContextType |
The Clean target build type |
CleanContextTypeGuid |
Clean context type GUID |
CustomBuildContextType |
Custom Build context type |
CustomBuildContextTypeGuid |
Custom Build context type GUID |
ProjectReferencesType |
Project References context type |
ProjectReferencesTypeGuid |
Project References context type GUID |
RebuildAllContextType |
Rebuild All Context type |
RebuildAllContextTypeGuid |
Rebuild All context type GUID |
RebuildContextType |
The Rebuild target build type |
RebuildContextTypeGuid |
Rebuild context type GUID |
Methods
GetBuildType(Guid) |
Return the build type for target context type |
GetTargetContextType(BuildType) |
Return the matching Type for a build type |