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


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

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

Синтаксис

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

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

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

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

См. также

Ссылки

SnapshotDifferenceChangeEventArgs Класс

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