Store::GetService Method (Type^)

 

Gets a service.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual Object^ GetService(
	Type^ serviceType
) sealed

Parameters

serviceType
Type: System::Type^

The service type to get.

Return Value

Type: System::Object^

An object that represents the ServiceType.

Return to top
Show: