ISpaceReservationAgent Interface
Visual Studio 2015
Handles the display of space reservation adornments.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | HasFocus | Determines whether the adornment created by the space reservation agent has keyboard focus. |
![]() | IsMouseOver | Determines whether the mouse is over this agent or anything it contains. |
| Name | Description | |
|---|---|---|
![]() | Hide() | Called whenever the content of the space reservation agent should be hidden. |
![]() | PositionAndDisplay(Geometry) | Positions and displays the contents of the ISpaceReservationAgent. |
Show:


