Partilhar via


Propriedade SnapshotDifferenceChangeEventArgs.Before

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

Sintaxe

'Declaração
Public Property Before As ISnapshotDifference
public ISnapshotDifference Before { get; private set; }
public:
property ISnapshotDifference^ Before {
    ISnapshotDifference^ get ();
    private: void set (ISnapshotDifference^ value);
}
member Before : ISnapshotDifference with get, private set
function get Before () : ISnapshotDifference 
private function set Before (value : ISnapshotDifference)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference

Segurança do .NET Framework

Consulte também

Referência

SnapshotDifferenceChangeEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Differencing