Partilhar via


Propriedade SnapshotDifferenceChangeEventArgs.After

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

Sintaxe

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

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