IOleDocumentView.SetInPlaceSite(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 SetInPlaceSite(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSite);
public:
void SetInPlaceSite(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSite);
void SetInPlaceSite(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite const & pIPSite);
public void SetInPlaceSite (Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite pIPSite);
abstract member SetInPlaceSite : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite -> unit
Public Sub SetInPlaceSite (pIPSite As IOleInPlaceSite)
Parameters
- pIPSite
- IOleInPlaceSite
Remarks
For information on the COM interface, see IOleDocumentView::SetInPlaceSite