EditPoint2::GreaterThan Method (TextPoint^)
Visual Studio 2015
Returns whether the value of the EditPoint object's AbsoluteCharOffset property is greater than that of the given TextPoint object.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Parameters
- Point
-
Type:
EnvDTE::TextPoint^
Required. A TextPoint to compare to the calling point object.
Return Value
Type: System::Booleantrue if Point has a smaller AbsoluteCharOffset property value compared to the calling EditPoint object's AbsoluteCharOffset property; otherwise, false.
Implements
EditPoint::GreaterThan(TextPoint^)GreaterThan throws a ArgumentException exception if Point is not in the same document as the calling point object. With the VirtualPoint, GreaterThan compares the virtual positions if the argument is a VirtualPoint, otherwise it compares the physical positions.
Show: