ClassificationChangedEventArgs.ChangeSpan Property
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
'宣言
Public ReadOnly Property ChangeSpan As SnapshotSpan
Get
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.