LinkArea.IsEmpty 属性

定义

获取一个值,该值指示 LinkArea 是否为空。

public:
 property bool IsEmpty { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsEmpty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

属性值

如果指定的“开始”和“长度”都返回空链接区域,则为 true;否则为 false

属性

注解

可以使用此属性来确定此对象中是否指定了有效的链接区域,而不是计算 和 Start 属性的值Length

适用于