WindowPaneProviderService::GetService Method (Type^)

 

Gets an instance of the requested service.

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

protected:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of the requested service.

Return Value

Type: System::Object^

The requested service, or null if it is not available.

Return to top
Show: