BuildUpToDateActionContext Class

Definition

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
BuildUpToDateActionContext

Constructors

BuildUpToDateActionContext(IBuildUpToDateCheckProvider, String, String, IBuildConfigurationContext, String)

Initializes a new instance of the BuildUpToDateActionContext class. 15.0 BACKCOMPAT OVERLOAD -- DO NOT TOUCH

BuildUpToDateActionContext(IBuildUpToDateCheckProvider, String, String, IBuildConfigurationContext, String, IDependencyBuildConfigurationContext)

Initializes a new instance of the BuildUpToDateActionContext class.

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

Applies to