OneNote.Interfaces.SectionGroupCollectionLoadOptions interface
代表分区组的集合。
注解
属性
$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;