ISpaceReservationAgent::PositionAndDisplay Method (Geometry^)

 

Positions and displays the contents of the ISpaceReservationAgent.

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

Geometry^ PositionAndDisplay(
	Geometry^ reservedSpace
)

Parameters

reservedSpace
Type: System.Windows.Media::Geometry^

Currently reserved space.

Return Value

Type: System.Windows.Media::Geometry^

The space. If this method returns null, the ISpaceReservationManager will remove the agent.

If an agent does not want to be removed, but also does not wish to request any additional space, it can return a non-null but empty Geometry.

Return to top
Show: