IOleDocument.CreateView 方法

定义

public:
 void CreateView(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSite, Microsoft::VisualStudio::OLE::Interop::IStream ^ pstm, System::UInt32 dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ % ppView);
public:
 void CreateView(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite ^ pIPSite, Microsoft::VisualStudio::OLE::Interop::IStream ^ pstm, unsigned int dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ &  ppView);
void CreateView(Microsoft::VisualStudio::OLE::Interop::IOleInPlaceSite const & pIPSite, Microsoft::VisualStudio::OLE::Interop::IStream const & pstm, unsigned int dwReserved, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView const & & ppView);
public void CreateView (Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite pIPSite, Microsoft.VisualStudio.OLE.Interop.IStream pstm, uint dwReserved, out Microsoft.VisualStudio.OLE.Interop.IOleDocumentView ppView);
abstract member CreateView : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceSite * Microsoft.VisualStudio.OLE.Interop.IStream * uint32 * IOleDocumentView -> unit
Public Sub CreateView (pIPSite As IOleInPlaceSite, pstm As IStream, dwReserved As UInteger, ByRef ppView As IOleDocumentView)

参数

pIPSite
IOleInPlaceSite
pstm
IStream
dwReserved
UInt32

注解

有关 COM 接口的信息,请参阅 IOleDocument:: CreateView

适用于