ElisionSourceSpansChangedEventArgs.Before 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.
The state of the IProjectionBuffer before the change occurred.
public:
property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ Before { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ Before { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot Before { get; }
member this.Before : Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Public ReadOnly Property Before As IProjectionSnapshot
Property Value
The state of the IProjectionBuffer before the change occurred.