JoinableTaskCollection::Context Property
Visual Studio 2015
Gets the JoinableTaskContext to which this collection belongs.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
public: property JoinableTaskContext^ Context { JoinableTaskContext^ get(); private: void set(JoinableTaskContext^ value); }
Property Value
Type: Microsoft.VisualStudio.Threading::JoinableTaskContext^Returns JoinableTaskContext.
Show: