ISpaceReservationAgent::PositionAndDisplay Method (Geometry^)
Visual Studio 2015
Positions and displays the contents of the ISpaceReservationAgent.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
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.
Show: