Visio.Interfaces.CommentLoadOptions interface    
表示 Comment 对象。
注解
[ API 集: 1.1 ]
属性
| $all | 
               | 
| author | 指定注释的作者姓名的字符串。 | 
| date | 指定注释创建日期的字符串。 | 
| text | 包含注释文本的字符串。 | 
属性详细信息
$all
              $all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。
$all?: boolean;属性值
boolean