Partager via


SnapshotDifferenceChangeEventArgs.After, 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 After As ISnapshotDifference
public ISnapshotDifference After { get; private set; }
public:
property ISnapshotDifference^ After {
    ISnapshotDifference^ get ();
    private: void set (ISnapshotDifference^ value);
}
member After : ISnapshotDifference with get, private set
function get After () : ISnapshotDifference 
private function set After (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