This topic has not yet been rated - Rate this topic

TextPoint.GreaterThan Method

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

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
bool GreaterThan(
	TextPoint Point
)

Parameters

Point
Type: EnvDTE.TextPoint

Required. A TextPoint object to compare to the calling point object.

Return Value

Type: System.Boolean
A Boolean value indicating true if Point has a smaller AbsoluteCharOffset property value compared to the calling point object's AbsoluteCharOffset property.

GreaterThan throws a ArgumentException exception if Point is not in the same document as the calling point object.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.