ServiceProvider::IObjectWithSite::SetSite Method (Object^)

 

Sets the 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 SetSite(
	Object^ pUnkSite
) sealed = IObjectWithSite::SetSite

Parameters

pUnkSite
Type: System::Object^

The site to be set.

Return to top
Show: