SnapshotSpanEventArgs Class
Visual Studio 2015
Provides information for events that report changes that affect a span of text.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SnapshotSpanEventArgs(SnapshotSpan) | Initializes a new instance of SnapshotSpanEventArgs with the specified SnapshotSpan. |
| Name | Description | |
|---|---|---|
![]() | Span | Gets the SnapshotSpan. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Some of the events that use this class include:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


