IOleDocument.CreateView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ppView
- IOleDocumentView
Remarks
For information on the COM interface, see IOleDocument::CreateView