OneNote.Interfaces.SectionGroupCollectionLoadOptions interface
代表分区组的集合。
属性
| $all | 指定加载选项将 |
| client |
对于集合中的每个项目: 分区组的客户端 URL。 只读 |
| id | 对于集合中的每个项目: 获取节组的 ID。 只读。 |
| name | 对于集合中的每个项目: 获取节组的名称。 只读。 |
| notebook | 对于集合中的每个项目: 获取包含分区组的笔记本。 |
| parent |
对于集合中的每个项: 获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则引发 ItemNotFound。 |
| parent |
对于集合中的每个项: 获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则返回 null。 |
| section |
For EACH ITEM in the collection: 分区组中的分区组集合。 只读。 |
| sections | 对于集合中的每个项:分区组中的分区集合。 只读。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
clientUrl
id
name
notebook
对于集合中的每个项目: 获取包含分区组的笔记本。
notebook?: OneNote.Interfaces.NotebookLoadOptions;
属性值
注解
parentSectionGroup
对于集合中的每个项: 获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则引发 ItemNotFound。
parentSectionGroup?: OneNote.Interfaces.SectionGroupLoadOptions;
属性值
注解
parentSectionGroupOrNull
对于集合中的每个项: 获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则返回 null。
parentSectionGroupOrNull?: OneNote.Interfaces.SectionGroupLoadOptions;
属性值
注解
sectionGroups
For EACH ITEM in the collection: 分区组中的分区组集合。 只读。
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
属性值
注解
sections
对于集合中的每个项:分区组中的分区集合。 只读。
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;