Partilhar via


Propriedade Difference.Before

A correspondência antes desta seção. É nulluma referência nula (Nothing no Visual Basic) no início da seqüência.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Differencing.Match
A correspondência antes da diferença.

Segurança do .NET Framework

Consulte também

Referência

Difference Classe

Namespace Microsoft.VisualStudio.Text.Differencing