Propriedade SnapshotDifferenceChangeEventArgs.After
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
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.