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.
Initializes a new instance of ClassificationChangedEventArgs.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Sub New ( _
changeSpan As SnapshotSpan _
)
public ClassificationChangedEventArgs(
SnapshotSpan changeSpan
)
public:
ClassificationChangedEventArgs(
SnapshotSpan changeSpan
)
new :
changeSpan:SnapshotSpan -> ClassificationChangedEventArgs
public function ClassificationChangedEventArgs(
changeSpan : SnapshotSpan
)
Parameters
- changeSpan
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The span of the classification that changed.
.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.