Freigeben über


SnapshotDifferenceChangeEventArgs.Before-Eigenschaft

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotDifferenceChangeEventArgs Klasse

Microsoft.VisualStudio.Text.Differencing-Namespace