IOleDocumentView.Clone(IOleInPlaceSite, IOleDocumentView) 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 Clone(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSiteNew, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ % ppViewNew);
public:
void Clone(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSiteNew, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ & ppViewNew);
void Clone(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite const & pIPSiteNew, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView const & & ppViewNew);
public void Clone (Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite pIPSiteNew, out Microsoft.VisualStudio.OLE.Interop.IOleDocumentView ppViewNew);
abstract member Clone : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite * IOleDocumentView -> unit
Public Sub Clone (pIPSiteNew As IOleInPlaceSite, ByRef ppViewNew As IOleDocumentView)
Parameters
- pIPSiteNew
- IOleInPlaceSite
- ppViewNew
- IOleDocumentView
Remarks
For information on the COM interface, see IOleDocumentView::Clone