IOleInPlaceSite.OnPosRectChange Method

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

Syntax

'Declaration
Sub OnPosRectChange ( _
    lprcPosRect As RECT() _
)
void OnPosRectChange(
    RECT[] lprcPosRect
)
void OnPosRectChange(
    [InAttribute] array<RECT>^ lprcPosRect
)
abstract OnPosRectChange : 
        lprcPosRect:RECT[] -> unit
function OnPosRectChange(
    lprcPosRect : RECT[]
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceSite::OnPosRectChange

.NET Framework Security

See Also

Reference

IOleInPlaceSite Interface

Microsoft.VisualStudio.OLE.Interop Namespace