Difference.After, propriété
Correspondance après cette différence. C'est nullune référence null (Nothing en Visual Basic) à la fin de la séquence.
Espace de noms : Microsoft.VisualStudio.Text.Differencing
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Differencing.Match
Correspondance après la différence.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.