IVsUIElementPane::SetUIElementSite Method (IServiceProvider^)
Visual Studio 2015
Sites this pane.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pSP
-
Type:
Microsoft.VisualStudio.OLE.Interop::IServiceProvider^
The service provider of the surface on which this pane was created..
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Visual Studio calls this method to site the pane with the service provider of the surface on which it is created.
Show: