VirtualSnapshotPoint Methods

 

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

NameDescription
System_CAPS_pubmethodCompareTo(VirtualSnapshotPoint)

Compares one VirtualSnapshotPoint to another.

System_CAPS_pubmethodEquals(Object^)

Determines whether two VirtualSnapshotPoint objects are the same.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the object to a string.(Overrides ValueType::ToString().)

System_CAPS_pubmethodTranslateTo(ITextSnapshot^)

Translates this point to the specified snapshot.

System_CAPS_pubmethodTranslateTo(ITextSnapshot^, PointTrackingMode)

Translates this point to the specified text snapshot with the specified tracking mode.

Return to top
Show: