JoinableTaskCollection::Context Property

 

Gets the JoinableTaskContext to which this collection belongs.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property JoinableTaskContext^ Context {
	JoinableTaskContext^ get();
	private: void set(JoinableTaskContext^ value);
}
Return to top
Show: