SpaceReservationAgentChangedEventArgs.OldAgent Property
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.
Gets the old agent.
public:
property Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ OldAgent { Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ OldAgent { Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent OldAgent { get; }
member this.OldAgent : Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent
Public ReadOnly Property OldAgent As ISpaceReservationAgent
Property Value
The old agent.