IOleDocumentView.Clone(IOleInPlaceSite, IOleDocumentView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- pIPSiteNew
- IOleInPlaceSite
- ppViewNew
- IOleDocumentView
注解
有关 COM 接口的信息,请参阅 IOleDocumentView:: Clone