ITextView.QueueSpaceReservationStackRefresh Method

Requests a refresh of the space reservation stack.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Sub QueueSpaceReservationStackRefresh
void QueueSpaceReservationStackRefresh()
void QueueSpaceReservationStackRefresh()
abstract QueueSpaceReservationStackRefresh : unit -> unit 
function QueueSpaceReservationStackRefresh()

Remarks

Refreshing the space reservation stack involves asking each of the space reservation managers and agents to reposition themselves. This method is called primarily by space reservation agents that wish to reposition their content. The space reservation stack is refreshed asynchronously. Calling this method performs a refresh of the space reservation stack, but the effects will not be visible immediately on return of the call.

.NET Framework Security

See Also

Reference

ITextView Interface

Microsoft.VisualStudio.Text.Editor Namespace