ServiceProvider Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateFromSetSite(IServiceProvider^) | Create a new ServiceProvider for the given site. |
![]() | Dispose() | Releases the resources used by the ServiceProvider object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetService(Guid) | Gets the specified service from the unmanaged service provider. |
![]() | GetService(Type^) | Gets type-based services from the unmanaged service provider. |
![]() | GetType() | (Inherited from Object.) |
![]() | QueryService(Guid, Object^) | Gets type-based services from the unmanaged service provider, with an option to prevent the error being sent to the shell. |
![]() | QueryService(Type^, Object^) | Gets type-based services from the unmanaged service provider, with an option to prevent the error being sent to the shell. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IObjectWithSite::GetSite(Guid, IntPtr) | Gets the current site object to resolve services. |
![]() ![]() | IObjectWithSite::SetSite(Object^) | Sets the site object to resolve services. |
Show:



