Difference.Before, propriété
Correspondance avant cette section. C'est nullune référence null (Nothing en Visual Basic) au début 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 Before As Match
public Match Before { get; }
public:
property Match^ Before {
Match^ get ();
}
member Before : Match with get
function get Before () : Match
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Differencing.Match
Correspondance avant 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.