Share via


IOleInPlaceSiteEx.OnInPlaceDeactivateEx Method

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

Syntax

'Declaration
Sub OnInPlaceDeactivateEx ( _
    fNoRedraw As Integer _
)
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

Microsoft.VisualStudio.OLE.Interop Namespace