TaskProvider::GetService Method (Type^)

 

Gets the service of the specified type.

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

public protected:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of the service.

Return Value

Type: System::Object^

An object representing the service.

Return to top
Show: