TextPoint.LessThan(TextPoint) 方法

定义

指示被调用对象的属性的值是否 AbsoluteCharOffset 小于给定对象的值。

public:
 bool LessThan(EnvDTE::TextPoint ^ Point);
public:
 bool LessThan(EnvDTE::TextPoint ^ Point);
bool LessThan(EnvDTE::TextPoint const & Point);
[System.Runtime.InteropServices.DispId(32)]
public bool LessThan (EnvDTE.TextPoint Point);
[<System.Runtime.InteropServices.DispId(32)>]
abstract member LessThan : EnvDTE.TextPoint -> bool
Public Function LessThan (Point As TextPoint) As Boolean

参数

Point
TextPoint

必需。 要与调用点对象进行比较的 TextPoint

返回

Boolean

一个布尔值,如果 PointAbsoluteCharOffset 属性值大于调用点对象的 AbsoluteCharOffset 属性值,则该值为 true

属性

注解

LessThan 如果与 ArgumentException Point 调用点对象不在同一文档中,则将引发。

适用于