Proprietà SnapshotDifferenceChangeEventArgs.Before
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
Public Property Before As ISnapshotDifference
public ISnapshotDifference Before { get; private set; }
public:
property ISnapshotDifference^ Before {
ISnapshotDifference^ get ();
private: void set (ISnapshotDifference^ value);
}
member Before : ISnapshotDifference with get, private set
function get Before () : ISnapshotDifference
private function set Before (value : ISnapshotDifference)
Valore proprietà
Tipo: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.