ITextView.QueueSpaceReservationStackRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests a refresh of the space reservation stack.
public:
void QueueSpaceReservationStackRefresh();
public:
void QueueSpaceReservationStackRefresh();
void QueueSpaceReservationStackRefresh();
public void QueueSpaceReservationStackRefresh ();
abstract member QueueSpaceReservationStackRefresh : unit -> unit
Public Sub QueueSpaceReservationStackRefresh ()
Remarks
Refreshing the space reservation stack involves asking each of the space reservation managers/agents to reposition themselves. This method will be called mostly by space reservation agents that wish to reposition their content. The space reservation stack is refreshed asynchronously. Calling QueueSpaceReservationStackRefresh will perform a refresh of the space reservation stack, but the effects will not be visible immediately on return of the call.