SnapshotPoint Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(Int32)

Creates a new snapshot point at the specified offset from this point.

System_CAPS_pubmethodCompareTo(SnapshotPoint)

Determines whether this snapshot is the same as a second snapshot point.

System_CAPS_pubmethodDifference(SnapshotPoint)

Calculates the offset between this snapshot point and another snapshot point.

System_CAPS_pubmethodEquals(Object^)

Determines whether this snapshot point is the same as a second snapshot point.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetChar()

Gets the character at the position of this snapshot point.

System_CAPS_pubmethodGetContainingLine()

Gets the ITextSnapshotLine containing this snapshot point.

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for this type.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSubtract(Int32)

Creates a new snapshot point at the specified negative offset from this point.

System_CAPS_pubmethodToString()

Converts this snapshot point to a string.(Overrides ValueType::ToString().)

System_CAPS_pubmethodTranslateTo(ITextSnapshot^, PointTrackingMode)

Translates this snapshot point to a different snapshot of the same ITextBuffer.

Return to top
Show: