TextContentChangingEventArgs.BeforeVersion Property
Gets the ITextVersion associated with Before.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Déclaration
Public ReadOnly Property BeforeVersion As ITextVersion
public ITextVersion BeforeVersion { get; }
public:
property ITextVersion^ BeforeVersion {
ITextVersion^ get ();
}
member BeforeVersion : ITextVersion
function get BeforeVersion () : ITextVersion
Property Value
Type: Microsoft.VisualStudio.Text.ITextVersion
The ITextVersion associated with Before.
.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.