IBuildService2 Schnittstelle

Definition

Schnittstelle IBuildService2 Erweiterung von ibuildservice

public interface class IBuildService2 : Microsoft::VisualStudio::Workspace::Build::IBuildService
public interface class IBuildService2 : Microsoft::VisualStudio::Workspace::Build::IBuildService
__interface IBuildService2 : Microsoft::VisualStudio::Workspace::Build::IBuildService
public interface IBuildService2 : Microsoft.VisualStudio.Workspace.Build.IBuildService
type IBuildService2 = interface
    interface IBuildService
Public Interface IBuildService2
Implements IBuildService
Abgeleitet
Implementiert

Eigenschaften

BeginProjectBuild

Ereignisse pro Projekt bereitstellen

(Geerbt von IBuildService)
EndProjectBuild

Ereignisse pro Projekt bereitstellen

(Geerbt von IBuildService)

Methoden

BuildAsync(BuildRequest, IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Inkrementelles Erstellen eines Projekts durch Aufrufen von Build-Kontext Aktionen von einem Anbieter

BuildAsync(String, String, HashSet<String>, HashSet<String>, IBuildConfigurationContext, BuildType, Boolean, IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Inkrementelles Erstellen eines Projekts durch Aufrufen von Build-Kontext Aktionen von einem Anbieter

(Geerbt von IBuildService)
BuildProjectAsync(String, String, String, Guid, IProgress<IFileContextActionProgressUpdate>, CancellationToken)

Erstellen eines Projekts durch Aufrufen von buildkontextaktionen von einem Anbieter

(Geerbt von IBuildService)
CreateBatchFileContextAction(IEnumerable<IFileContextActionBase>)

Erstellen einer Datei Kontext Aktion, die auf mehreren bekannten Aktionen basiert

(Geerbt von IBuildService)
CreateBuildProjectIncrementalAction(String, String, HashSet<String>, HashSet<String>, IBuildConfigurationContext, BuildType, Boolean)

Erstellen eines inkrementellen Aktions Aktions

(Geerbt von IBuildService)
GetBuildConfigurationContextActionsAsync(String, String, Guid, Func<FileContext,Boolean>)

Aktion zum Erstellen eines buildkonfigurationstyp

(Geerbt von IBuildService)
GetBuildConfigurationContextActionsAsync(String, String, Guid, String)

Aktion zum Erstellen eines buildkonfigurationstyp

(Geerbt von IBuildService)
GetBuildConfigurationContextsAsync(String, String, Guid, String)

Alle Datei Kontexte für eine bestimmte Buildkonfiguration des Ziel Projekts erhalten

(Geerbt von IBuildService)
GetBuildProjectIncrementalActionAsync(String, String, IBuildConfigurationContext, CancellationToken)

Erstellen einer buildprojektaktion

(Geerbt von IBuildService)
GetBuildUpToDateActionContextAsync(String, String, String, CancellationToken)

Zurückgeben eines gültigen buildupdedateaktionskontexts aus einer Projektdatei

(Geerbt von IBuildService)
GetDependencyBuildConfigurationAsync(String, String, IBuildConfigurationContext, CancellationToken)

Buildkonfigurationskontext der Abhängigkeits Projektdatei

(Geerbt von IBuildService)
GetProjectBuildListAsync(BuildListRequest, CancellationToken)

Zurückgeben des Abhängigkeits Diagramms einer Buildanforderung

GetProjectBuildListAsync(String, String, IBuildConfigurationContext, CancellationToken)

Gibt eine Liste der Projekt Abhängigkeiten zurück, die auf einer Projektdatei und einem optionalen Ziel basieren.

(Geerbt von IBuildService)

Gilt für