IVsTaskBody.DoWork(IVsTask, UInt32, IVsTask[], Object) Yöntem

Tanım

Görev işini gerçekleştirir.

public:
 void DoWork(Microsoft::VisualStudio::Shell::Interop::IVsTask ^ pTask, System::UInt32 dwCount, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsTask ^> ^ pParentTasks, [Runtime::InteropServices::Out] System::Object ^ % pResult);
void DoWork(Microsoft::VisualStudio::Shell::Interop::IVsTask const & pTask, unsigned int dwCount, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsTask const &> const & pParentTasks, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & pResult);
public void DoWork (Microsoft.VisualStudio.Shell.Interop.IVsTask pTask, uint dwCount, Microsoft.VisualStudio.Shell.Interop.IVsTask[] pParentTasks, out object pResult);
abstract member DoWork : Microsoft.VisualStudio.Shell.Interop.IVsTask * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsTask[] *  -> unit
Public Sub DoWork (pTask As IVsTask, dwCount As UInteger, pParentTasks As IVsTask(), ByRef pResult As Object)

Parametreler

pTask
IVsTask

Görev.

dwCount
UInt32

Üst görev sayısı.

pParentTasks
IVsTask[]

Üst görevler.

pResult
Object

Sonuç.

Şunlara uygulanır