AsyncPackage::JoinableTaskCollection Property

Visual Studio 2015
 

Gets a JoinableTaskCollectionof asynchronous tasks started by this package.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property JoinableTaskCollection^ JoinableTaskCollection {
	[CompilerGeneratedAttribute]
	JoinableTaskCollection^ get();
	[CompilerGeneratedAttribute]
	private: void set(JoinableTaskCollection^ value);
}

Property Value

Type: Microsoft.VisualStudio.Threading::JoinableTaskCollection^

The task collection.

Return to top
Show: