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
)
abstract Show : 
        fShow:int -> unit 
function Show(
    fShow : int
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace