ServiceProvider::CreateFromSetSite Method (IServiceProvider^)
Visual Studio 2015
Create a new ServiceProvider for the given site.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- sp
-
Type:
Microsoft.VisualStudio.OLE.Interop::IServiceProvider^
The OLE service provider
This method should be called from an object that implements SetSite() (for example, IObjectWithSite or IVsPackage). It sets the global service provider if it hasn't already been set.
This method is typically called from the SetSite() method of a VSPackage.
Note |
|---|
By calling this method, the caller declares that it knows the global OLE service provider for the calling thread and that the service provider instance returned may be used by other, unrelated components, accessed via the GlobalProvider static property. |
Show:
