Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ISnapshotDifference before the change, which is nulla null reference (Nothing in Visual Basic) for the first change event.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
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)
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.ISnapshotDifference
The ISnapshotDifference before the change, which is nulla null reference (Nothing in Visual Basic) for the first change event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.