IVsRetargetProjectAsync.RetargetAsync Yöntem

Tanım

Yeniden hedeflemeyi yürütün.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RetargetAsync(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ logger, System::UInt32 dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ target, System::String ^ szProjectBackupLoaction);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RetargetAsync(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ logger, unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ target, Platform::String ^ szProjectBackupLoaction);
Microsoft::VisualStudio::Shell::Interop::IVsTask RetargetAsync(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane const & logger, unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange const & target, std::wstring const & szProjectBackupLoaction);
public Microsoft.VisualStudio.Shell.Interop.IVsTask RetargetAsync (Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane logger, uint dwFlags, Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange target, string szProjectBackupLoaction);
abstract member RetargetAsync : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange * string -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function RetargetAsync (logger As IVsOutputWindowPane, dwFlags As UInteger, target As IVsProjectTargetChange, szProjectBackupLoaction As String) As IVsTask

Parametreler

logger
IVsOutputWindowPane

Günlükçü. Isoutputwindowpane arabirimini geçirin.

dwFlags
UInt32

Bayraklar.

target
IVsProjectTargetChange

Hedef.

szProjectBackupLoaction
String

Yedekleme konumu.

Döndürülenler

IVsTask

Zaman uyumsuz görev. IVsTask sonucu yok sayılır. Başarıyı veya başarısızlığı bildirmek için yalnızca HRESULT önemli.

Şunlara uygulanır