This topic has not yet been rated - Rate this topic

ServiceProvider.GetService Method (Guid)

Gets the specified service from the unmanaged service provider.

This method is not CLS-compliant.  

Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

public Object GetService (
	Guid guid
)
public Object GetService (
	Guid guid
)
public function GetService (
	guid : Guid
) : Object

Parameters

guid

The GUID of the service to retrieve.

Return Value

The requested service, or a null reference (Nothing in Visual Basic) if the service could not be located.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.