OneNote.Interfaces.SectionGroupLoadOptions interface
表示 OneNote 分区组。 分区组可包含分区和其他分区组。
注解
属性
$all |
|
client |
分区组的客户端 URL。 只读。 |
id | 获取分区组的 ID。 只读。 |
name | 获取分区组的名称。 只读。 |
notebook | 获取包含分区组的笔记本。 |
parent |
获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则引发 ItemNotFound。 |
parent |
获取包含分区组的分区组。 如果分区组是笔记本的直接子级,则返回 null。 |
section |
分区组中的一组分区组。 只读。 |
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
分区组中的一组分区组。 只读。
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
属性值
注解
sections
分区组中的一组分区。 只读。
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;