Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.