IVsTaskCompletionSource.Task Property
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.
Gets the task owned by this source.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Task { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Task { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsTask Task { get; }
member this.Task : Microsoft.VisualStudio.Shell.Interop.IVsTask
Public ReadOnly Property Task As IVsTask
Property Value
Remarks
This property is safe to access from any thread.