IDocumentSite2::SetSite Method (IServiceProvider^)

 

Sets the IServiceProvider interface for the document site.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int SetSite(
	IServiceProvider^ pSite
)

Parameters

pSite
Type: Microsoft.VisualStudio.OLE.Interop::IServiceProvider^

[in] The IServiceProvider interface to use for the document site.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

C++

From objext.idl:

HRESULT IDocumentSite2::SetSite(
   [in] IServiceProvider* pSite
);
Return to top
Show: