SnapshotDifferenceChangeEventArgs 构造函数

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
Public Sub New ( _
    before As ISnapshotDifference, _
    after As ISnapshotDifference _
)
public SnapshotDifferenceChangeEventArgs(
    ISnapshotDifference before,
    ISnapshotDifference after
)
public:
SnapshotDifferenceChangeEventArgs(
    ISnapshotDifference^ before, 
    ISnapshotDifference^ after
)
new : 
        before:ISnapshotDifference * 
        after:ISnapshotDifference -> SnapshotDifferenceChangeEventArgs
public function SnapshotDifferenceChangeEventArgs(
    before : ISnapshotDifference, 
    after : ISnapshotDifference
)

参数

.NET Framework 安全性

请参阅

参考

SnapshotDifferenceChangeEventArgs 类

Microsoft.VisualStudio.Text.Differencing 命名空间