IVsTaskEvents::OnMarkedAsBlocking Event

 

Raised when this task is marked as a blocking task for a wait on the main thread of Visual Studio.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

event EventHandler<BlockingTaskEventArgs^>^ OnMarkedAsBlocking {
	void add(EventHandler<BlockingTaskEventArgs^>^ value);
	void remove(EventHandler<BlockingTaskEventArgs^>^ value);
}
Return to top
Show: