BlockingTaskEventArgs.BlockedTask 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 being waited on UI thread and that needs to be unblocked.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BlockedTask { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BlockedTask { Microsoft::VisualStudio::Shell::Interop::IVsTask ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsTask BlockedTask { get; }
member this.BlockedTask : Microsoft.VisualStudio.Shell.Interop.IVsTask
Public ReadOnly Property BlockedTask As IVsTask
Property Value
Returns IVsTask.