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.JoinableTaskCollection
Protected ReadOnly Property JoinableTaskCollection As JoinableTaskCollection
Property Value
The task collection.