TextContentChangingEventArgs.Before Property
Gets the most recent ITextSnapshot before the change.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
‘선언
Public Property Before As ITextSnapshot
public ITextSnapshot Before { get; private set; }
public:
property ITextSnapshot^ Before {
ITextSnapshot^ get ();
private: void set (ITextSnapshot^ value);
}
member Before : ITextSnapshot with get, private set
function get Before () : ITextSnapshot
private function set Before (value : ITextSnapshot)
Property Value
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The most recent ITextSnapshot before the change.
.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.