TextPoint Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | CreateEditPoint() | Creates and returns an EditPoint object at the location of the calling object. |
![]() | EqualTo(TextPoint^) | Returns whether the value of the given point object's AbsoluteCharOffset property is equal to that of the calling TextPoint object. |
![]() | GreaterThan(TextPoint^) | Indicates whether or not the value of the calling object's AbsoluteCharOffset property is greater than that of the given point object. |
![]() | LessThan(TextPoint^) | Indicates whether or not the value of the called object's AbsoluteCharOffset property is less than that of the given object. |
![]() | TryToShow(vsPaneShowHow, Object^) | Attempts to display the text point's location. |
Show:
