TextExtent Structure
Visual Studio 2015
Represents the extent of a word.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | TextExtent(SnapshotSpan, Boolean) | Initializes a new instance of TextExtent. |
![]() | TextExtent(TextExtent) | Initializes a new instance of a TextExtent from the specified TextExtent. |
| Name | Description | |
|---|---|---|
![]() | IsSignificant | Determines whether the extent is significant. |
![]() | Span | Gets the SnapshotSpan. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two TextExtent objects are the same.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code of the object.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(TextExtent, TextExtent) | Determines whether two TextExtent objects are the same. |
![]() ![]() | Inequality(TextExtent, TextExtent) | Determines whether two TextExtent objects are different. |
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:



