IOleDocumentView.Clone(IOleInPlaceSite, IOleDocumentView) Method

Definition

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

Applies to