IOleDocumentView.GetInPlaceSite(IOleInPlaceSite) Method

Definition

public:
 void GetInPlaceSite([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ % ppIPSite);
public:
 void GetInPlaceSite([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ &  ppIPSite);
void GetInPlaceSite([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite const & & ppIPSite);
public void GetInPlaceSite (out Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite ppIPSite);
abstract member GetInPlaceSite : IOleInPlaceSite -> unit
Public Sub GetInPlaceSite (ByRef ppIPSite As IOleInPlaceSite)

Parameters

ppIPSite
IOleInPlaceSite

Remarks

For information on the COM interface, see IOleDocumentView::GetInPlaceSite

Applies to