BlockingTaskEventArgs.BlockedTask Property
Gets the task that is being waited on the UI thread and that needs to be unblocked.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Property BlockedTask As IVsTask
public IVsTask BlockedTask { get; private set; }
public:
property IVsTask^ BlockedTask {
IVsTask^ get ();
private: void set (IVsTask^ value);
}
member BlockedTask : IVsTask with get, private set
function get BlockedTask () : IVsTask
private function set BlockedTask (value : IVsTask)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
Returns IVsTask.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.