IOleDocumentView.GetInPlaceSite(IOleInPlaceSite) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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