Construtor SnapshotDifferenceChangeEventArgs
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
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
)
Parâmetros
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.