AsyncPackage::JoinableTaskFactory Property

Visual Studio 2015
 

Gets the factory to use for asynchronous tasks started by this package.

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

public:
property JoinableTaskFactory^ JoinableTaskFactory {
	[CompilerGeneratedAttribute]
	JoinableTaskFactory^ get();
	[CompilerGeneratedAttribute]
	private: void set(JoinableTaskFactory^ value);
}
Return to top
Show: