다음을 통해 공유


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 네임스페이스