IOleDocument::CreateView Method (IOleInPlaceSite^, IStream^, UInt32, IOleDocumentView^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void CreateView( IOleInPlaceSite^ pIPSite, IStream^ pstm, unsigned int dwReserved, [OutAttribute] IOleDocumentView^% ppView )
Parameters
- pIPSite
- Type: Microsoft.VisualStudio.OLE.Interop::IOleInPlaceSite^
- pstm
- Type: Microsoft.VisualStudio.OLE.Interop::IStream^
- dwReserved
- Type: System::UInt32
- ppView
- Type: Microsoft.VisualStudio.OLE.Interop::IOleDocumentView^
For information on the COM interface, see 709D7FF4-D32D-405F-8839-B05DF49EF751
Show: