ServiceProvider.GetService Method (Guid)

 

Gets the specified service from the unmanaged service provider.

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

public object GetService(
	Guid guid
)

Parameters

guid
Type: System.Guid

The GUID of the service to retrieve.

Return Value

Type: System.Object

The requested service, or null if the service could not be located.

Return to top
Show: