VirtualPoint Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodCreateEditPoint()

Creates and returns an EditPoint object at the location of the calling object.

System_CAPS_pubmethodEqualTo(TextPoint^)

Returns whether the value of the given TextPoint object's AbsoluteCharOffset property is equal to that of the calling VirtualPoint object.

System_CAPS_pubmethodGreaterThan(TextPoint^)

Returns whether the value of the calling object's AbsoluteCharOffset property is greater than that of the given point object.

System_CAPS_pubmethodLessThan(TextPoint^)

Returns whether the value of the called object's AbsoluteCharOffset property is less than that of the given object.

System_CAPS_pubmethodTryToShow(vsPaneShowHow, Object^)

Attempts to display the text point's location.

Return to top
Show: