ClassificationChangedEventArgs Constructor
Initializes a new instance of ClassificationChangedEventArgs.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
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.