AsyncPackage::AddService Method

Visual Studio 2015
 

Adds an asynchronous service to this package.

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

NameDescription
System_CAPS_pubmethodAddService(Type^, AsyncServiceCreatorCallback^)

Adds an async service to this package. This service is no visible outside of this package.

System_CAPS_pubmethodAddService(Type^, AsyncServiceCreatorCallback^, Boolean)

Adds an async service to this package. This service may or may not be visible outside of this package, depending on the value of promote.

System_CAPS_pubmethodAddService(Type^, AsyncServiceCreatorWithProgressCallback^)

Adds an async service to this package. This service is not visible outside this package.

System_CAPS_pubmethodAddService(Type^, AsyncServiceCreatorWithProgressCallback^, Boolean)

Adds an async service to this package. This service may or may not be visible outside of this package, depending on the value of promote.

Return to top
Show: