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
- fShow
Type: System.Int32
Remarks
For information on the COM interface, see IOleClientSite::OnShowWindow
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.