CodeDomDocDataAdapter::GetService Method (Type^)

 

Gets the service of the specified type.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
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 service to get.

Return Value

Type: System::Object^

The object representing the specified service, or null if none is available.

Return to top
Show: