AsyncPackage.JoinableTaskCollection 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 collection of asynchronous tasks started by this package.
protected:
 property Microsoft::VisualStudio::Threading::JoinableTaskCollection ^ JoinableTaskCollection { Microsoft::VisualStudio::Threading::JoinableTaskCollection ^ get(); };protected Microsoft.VisualStudio.Threading.JoinableTaskCollection JoinableTaskCollection { get; }member this.JoinableTaskCollection : Microsoft.VisualStudio.Threading.JoinableTaskCollectionProtected ReadOnly Property JoinableTaskCollection As JoinableTaskCollectionProperty Value
The task collection.