ServiceProvider::GetService Method (Guid)
Visual Studio 2015
Gets the specified service from the unmanaged service provider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
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.
Show: