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.
The match after this difference. It is nulla null reference (Nothing in Visual Basic) at the end of the sequence.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property After As Match
public Match After { get; }
public:
property Match^ After {
Match^ get ();
}
member After : Match with get
function get After () : Match
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.Match
The match after the difference.
.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.