Share via


IOleDocument.CreateView Method

Definition

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)

Parameters

pIPSite
IOleInPlaceSite
pstm
IStream
dwReserved
UInt32

Remarks

For information on the COM interface, see IOleDocument::CreateView

Applies to