다음을 통해 공유


IOleDocument.CreateView Method

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

Syntax

‘선언
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
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocument Interface

Microsoft.VisualStudio.OLE.Interop Namespace