다음을 통해 공유


IOleInPlaceSiteEx.OnInPlaceDeactivateEx Method

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

Syntax

‘선언
Sub OnInPlaceDeactivateEx ( _
    fNoRedraw As Integer _
)
‘사용 방법
Dim instance As IOleInPlaceSiteEx
Dim fNoRedraw As Integer

instance.OnInPlaceDeactivateEx(fNoRedraw)
void OnInPlaceDeactivateEx(
    int fNoRedraw
)
void OnInPlaceDeactivateEx(
    [InAttribute] int fNoRedraw
)
abstract OnInPlaceDeactivateEx : 
        fNoRedraw:int -> unit 
function OnInPlaceDeactivateEx(
    fNoRedraw : int
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceSiteEx::OnInPlaceDeactivateEx

.NET Framework Security

See Also

Reference

IOleInPlaceSiteEx Interface

IOleInPlaceSiteEx Members

Microsoft.VisualStudio.OLE.Interop Namespace