Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.