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 span of the classification that changed.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeSpan As SnapshotSpan
public SnapshotSpan ChangeSpan { get; }
public:
property SnapshotSpan ChangeSpan {
SnapshotSpan get ();
}
member ChangeSpan : SnapshotSpan
function get ChangeSpan () : SnapshotSpan
Property Value
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The change span.
.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.