ServiceProvider::IObjectWithSite::GetSite Method (Guid, IntPtr)
Visual Studio 2015
Gets the current site object to resolve services.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual void GetSite( Guid% riid, [OutAttribute] IntPtr% ppv ) sealed = IObjectWithSite::GetSite
Parameters
- riid
-
Type:
System::Guid
The GUID of the requested interface.
- ppv
-
Type:
System::IntPtr
The retrieved interface or null.
Implements
IObjectWithSite::GetSite(Guid, IntPtr)
Show: