IBuildFileContext Interface
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.
Interface to describe a build file context
public interface class IBuildFileContext : Microsoft::VisualStudio::Workspace::Build::IBuildConfigurationContext
public interface IBuildFileContext : Microsoft.VisualStudio.Workspace.Build.IBuildConfigurationContext
type IBuildFileContext = interface
interface IBuildConfigurationContext
Public Interface IBuildFileContext
Implements IBuildConfigurationContext
- Implements
Properties
BuildConfiguration |
Configuration setting context (Inherited from IBuildConfigurationContext) |
Methods
ExecuteBuildAsync(IBuildActionProgress, CancellationToken) |
Execute a build action |