Поделиться через


SnapshotDifferenceChangeEventArgs.After - свойство

Пространство имен:  Microsoft.VisualStudio.Text.Differencing
Сборка:  Microsoft.VisualStudio.Text.Logic (в Microsoft.VisualStudio.Text.Logic.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference

Безопасность платформы .NET Framework

См. также

Ссылки

SnapshotDifferenceChangeEventArgs Класс

Microsoft.VisualStudio.Text.Differencing - пространство имен