BlockingTaskEventArgs.BlockingTask 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 that is blocking a task being waited on UI thread.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BlockingTask { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BlockingTask { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsTask BlockingTask { get; }
member this.BlockingTask : Microsoft.VisualStudio.Shell.Interop.IVsTask
Public ReadOnly Property BlockingTask As IVsTask
Property Value
Returns IVsTask.