BuildUpToDateActionContext 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.
BuildUpToDateActionContext class
public ref class BuildUpToDateActionContext : Microsoft::VisualStudio::Workspace::Build::BuildConfigurationContext
[Windows::Foundation::Metadata::WebHostHidden]
class BuildUpToDateActionContext : Microsoft::VisualStudio::Workspace::Build::BuildConfigurationContext
public class BuildUpToDateActionContext : Microsoft.VisualStudio.Workspace.Build.BuildConfigurationContext
type BuildUpToDateActionContext = class
inherit BuildConfigurationContext
Public Class BuildUpToDateActionContext
Inherits BuildConfigurationContext
- Inheritance
Constructors
BuildUpToDateActionContext(IBuildUpToDateCheckProvider, String, String, IBuildConfigurationContext, String, IDependencyBuildConfigurationContext) |
Initializes a new instance of the BuildUpToDateActionContext class. |
BuildUpToDateActionContext(IBuildUpToDateCheckProvider, String, String, IBuildConfigurationContext, String) |
Initializes a new instance of the BuildUpToDateActionContext class. 15.0 BACKCOMPAT OVERLOAD -- DO NOT TOUCH |
Fields
ContextType |
Identifies an action context that invoke up to date check |
ContextTypeGuid |
Guid of ContextType |
DataValueName |
The indexed data name when defining configurations (Inherited from BuildConfigurationContext) |
Properties
BuildConfiguration |
Configuration setting context (Inherited from BuildConfigurationContext) |
Methods
IsUpToDateAsync(CancellationToken) |
Check if the context project file is up to date |