Share via


IOleDocument.CreateView Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub CreateView ( _
    pIPSite As IOleInPlaceSite, _
    pstm As IStream, _
    dwReserved As UInteger, _
    <OutAttribute> ByRef ppView As IOleDocumentView _
)
void CreateView(
    IOleInPlaceSite pIPSite,
    IStream pstm,
    uint dwReserved,
    out IOleDocumentView ppView
)
void CreateView(
    [InAttribute] IOleInPlaceSite^ pIPSite, 
    [InAttribute] IStream^ pstm, 
    [InAttribute] unsigned int dwReserved, 
    [OutAttribute] IOleDocumentView^% ppView
)
abstract CreateView : 
        pIPSite:IOleInPlaceSite * 
        pstm:IStream * 
        dwReserved:uint32 * 
        ppView:IOleDocumentView byref -> unit
function CreateView(
    pIPSite : IOleInPlaceSite, 
    pstm : IStream, 
    dwReserved : uint, 
    ppView : IOleDocumentView
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocument Interface

Microsoft.VisualStudio.OLE.Interop Namespace