TextSnapshotChangedEventArgs.Before Property
Gets the state of the ITextBuffer before the change occurred.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Before As ITextSnapshot
public ITextSnapshot Before { get; }
public:
property ITextSnapshot^ Before {
ITextSnapshot^ get ();
}
member Before : ITextSnapshot with get
function get Before () : ITextSnapshot
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The state of the ITextBuffer before the change occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.