TextSnapshotChangedEventArgs.AfterVersion Property
Gets the ITextVersionn associated with After.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property AfterVersion As ITextVersion
public ITextVersion AfterVersion { get; }
public:
property ITextVersion^ AfterVersion {
ITextVersion^ get ();
}
member AfterVersion : ITextVersion with get
function get AfterVersion () : ITextVersion
Property Value
Type: Microsoft.VisualStudio.Text.ITextVersion
The ITextVersionn associated with After.
.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.