다음을 통해 공유


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

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleClientSite Interface

IOleClientSite Members

Microsoft.VisualStudio.OLE.Interop Namespace