IOleDocumentView.Show Method

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

Syntax

'宣言
Sub Show ( _
    fShow As Integer _
)
'使用
Dim instance As IOleDocumentView
Dim fShow As Integer

instance.Show(fShow)
void Show(
    int fShow
)
void Show(
    [InAttribute] int fShow
)
function Show(
    fShow : int
)

Parameters

Remarks

For information on the COM interface, see IOleDocumentView::Show

Permissions

See Also

Reference

IOleDocumentView Interface

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace