다음을 통해 공유


IOleInPlaceSiteWindowless.OnInPlaceActivateEx Method (Int32%, UInt32)

Called by the embedded object to determine if it needs to redraw itself upon activation.

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

Syntax

‘선언
Sub OnInPlaceActivateEx ( _
    <OutAttribute> ByRef pfNoRedraw As Integer, _
    dwFlags As UInteger _
)
void OnInPlaceActivateEx(
    out int pfNoRedraw,
    uint dwFlags
)

Parameters

  • pfNoRedraw
    Type: System.Int32%
    [out] Pointer to current redraw status. The status is TRUE if the object need not redraw itself upon activation; FALSE if the object needs to redraw upon activation. Windowless objects usually do not need the value returned by this parameter and may pass a NULL pointer to save the container the burden of computing this value.
  • dwFlags
    Type: System.UInt32
    [in] Indicates whether the object is activated as a windowless object. This parameter takes values from the ACTIVATEFLAGS enumeration. See IOleInPlaceSiteWindowless for more information on windowless objects.

.NET Framework Security

See Also

Reference

IOleInPlaceSiteWindowless Interface

OnInPlaceActivateEx Overload

Microsoft.VisualStudio.OLE.Interop Namespace