VirtualPoint.AtEndOfDocument 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
true如果对象在文档末尾,则返回。
public:
property bool AtEndOfDocument { bool get(); };
public:
property bool AtEndOfDocument { bool get(); };
[System.Runtime.InteropServices.DispId(21)]
public bool AtEndOfDocument { [System.Runtime.InteropServices.DispId(21)] get; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
member this.AtEndOfDocument : bool
Public ReadOnly Property AtEndOfDocument As Boolean
属性值
指示是否 true 在文档末尾的布尔值; false 否则为。
实现
- 属性