ServiceProvider::IObjectWithSite::GetSite Method (Guid, IntPtr)

 

Gets the current site object to resolve services.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: