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