IVsDeployableProjectCfg2 Schnittstelle

Definition

Hilft bei der Unterstützung der Ausgabe zur Bereitstellung während der Projektbereitstellung. Erweitert IVsDeployableProjectCfg und erbt davon.

public interface class IVsDeployableProjectCfg2 : Microsoft::VisualStudio::Shell::Interop::IVsDeployableProjectCfg
public interface class IVsDeployableProjectCfg2 : Microsoft::VisualStudio::Shell::Interop::IVsDeployableProjectCfg
__interface IVsDeployableProjectCfg2 : Microsoft::VisualStudio::Shell::Interop::IVsDeployableProjectCfg
[System.Runtime.InteropServices.Guid("A981529F-4D0D-46EE-A758-AC26E50E099D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDeployableProjectCfg2 : Microsoft.VisualStudio.Shell.Interop.IVsDeployableProjectCfg
[<System.Runtime.InteropServices.Guid("A981529F-4D0D-46EE-A758-AC26E50E099D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDeployableProjectCfg2 = interface
    interface IVsDeployableProjectCfg
Public Interface IVsDeployableProjectCfg2
Implements IVsDeployableProjectCfg
Attribute
Implementiert

Methoden

AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32)

Richtet einen Rückruf für den Bereitstellungsstatus ein. Gibt ein Cookie zurück zum Speichern und Verwenden in der entsprechenden Unadvise-Methode ab.

Commit(UInt32)

Aufzurufende Methode, wenn alle Bereitstellungen erfolgen.

QueryStartDeploy(UInt32, Int32[], Int32[])

Überprüft, ob Sie ein Projekt mit einem bestimmten Satz von Optionen bereitstellen können oder nicht.

QueryStatusDeploy(Int32)

Aufrufen, um herauszufinden, ob die Bereitstellung erfolgt ist.

Rollback(UInt32)

Aufzurufende Methode, wenn Bereitstellungen fehlschlagen.

StartCleanDeploy(IVsOutputWindowPane, UInt32)
StartDeploy(IVsOutputWindowPane, UInt32)

Startet Bereitstellung.

StopDeploy(Int32)

Stoppt die Bereitstellung.

UnadviseDeployStatusCallback(UInt32)

Trennt den von AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32) eingerichteten Rückruf.

WaitDeploy(UInt32, Int32)

Veraltete Methode. Darf nicht verwendet werden.

Gilt für