Partager via


SnapshotDifferenceChangeEventArgs.Before, propriété

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference

Sécurité .NET Framework

Voir aussi

Référence

SnapshotDifferenceChangeEventArgs Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms