Share via


IOleDocumentView.Clone Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Clone ( _
    pIPSiteNew As IOleInPlaceSite, _
    <OutAttribute> ByRef ppViewNew As IOleDocumentView _
)
void Clone(
    IOleInPlaceSite pIPSiteNew,
    out IOleDocumentView ppViewNew
)
void Clone(
    [InAttribute] IOleInPlaceSite^ pIPSiteNew, 
    [OutAttribute] IOleDocumentView^% ppViewNew
)
abstract Clone : 
        pIPSiteNew:IOleInPlaceSite * 
        ppViewNew:IOleDocumentView byref -> unit 
function Clone(
    pIPSiteNew : IOleInPlaceSite, 
    ppViewNew : IOleDocumentView
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace