IOleDocumentView.CloseView Method

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

Syntax

'宣言
Sub CloseView ( _
    dwReserved As UInteger _
)
'使用
Dim instance As IOleDocumentView
Dim dwReserved As UInteger

instance.CloseView(dwReserved)
void CloseView(
    uint dwReserved
)
void CloseView(
    unsigned int dwReserved
)
function CloseView(
    dwReserved : uint
)

Parameters

Permissions

See Also

Reference

IOleDocumentView Interface

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace