IAsyncServiceContainer::RemoveService Method (Type^)

Visual Studio 2015
 

Removes the service of the type specified.

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

void RemoveService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of service to remove.

Return to top
Show: