Comment.IsInk 属性

定义

返回 boolean 类型的值 ,该值表示注释是否为手写的注释。

public:
 property bool IsInk { bool get(); };
public bool IsInk { get; }
member this.IsInk : bool
Public ReadOnly Property IsInk As Boolean

属性值

注解

对于答复现有批注的注释,返回父 注释 对象;对于新的 (顶级) 注释,则返回 Nothing (null 引用 (C#) 中的 Visual Basic) 中 Nothing。 此为只读属性。

适用于