AsyncPackage::RemoveService Method (Type^)

Visual Studio 2015
 

Removes an async service registered with this package.

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

public:
virtual void RemoveService(
	Type^ serviceType
) sealed

Parameters

serviceType
Type: System::Type^

The service type the service was registered with when AddService was called..

Return to top
Show: