IOleClientSite.OnShowWindow Method

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

Syntax

'宣言
Sub OnShowWindow ( _
    fShow As Integer _
)
'使用
Dim instance As IOleClientSite
Dim fShow As Integer

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

Parameters

Remarks

For information on the COM interface, see IOleClientSite::OnShowWindow

Permissions

See Also

Reference

IOleClientSite Interface

IOleClientSite Members

Microsoft.VisualStudio.OLE.Interop Namespace