SnapshotDifferenceChangeEventArgs, constructeur

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

SnapshotDifferenceChangeEventArgs Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms