TextExtent Structure

 

Represents the extent of a word.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public struct TextExtent

NameDescription
System_CAPS_pubmethodTextExtent(SnapshotSpan, Boolean)

Initializes a new instance of TextExtent.

System_CAPS_pubmethodTextExtent(TextExtent)

Initializes a new instance of a TextExtent from the specified TextExtent.

NameDescription
System_CAPS_pubpropertyIsSignificant

Determines whether the extent is significant.

System_CAPS_pubpropertySpan

Gets the SnapshotSpan.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two TextExtent objects are the same.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of the object.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(TextExtent, TextExtent)

Determines whether two TextExtent objects are the same.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: