BlockingTaskEventArgs::BlockingTask Property

 

Gets the task that is blocking a task being waited on the UI thread.

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

public:
property IVsTask^ BlockingTask {
	[CompilerGeneratedAttribute]
	IVsTask^ get();
	[CompilerGeneratedAttribute]
	private: void set(IVsTask^ value);
}
Return to top
Show: