OneNote.Interfaces.CollectionLoadOptions interface
提供仅加载集合的一部分成员的属性的方法。
注解
使用方
- OneNote.InkAnalysisLineCollection: load
- OneNote.InkAnalysisParagraphCollection: load
- OneNote.InkAnalysisWordCollection: load
- OneNote.InkStrokeCollection: load
- OneNote.InkWordCollection: load
- OneNote.NotebookCollection: load
- OneNote.PageCollection: load
- OneNote.PageContentCollection: load
- OneNote.ParagraphCollection: load
- OneNote.PointCollection: load
- OneNote.SectionCollection: load
- OneNote.SectionGroupCollection: load
- OneNote.TableCellCollection: load
- OneNote.TableRowCollection: load
属性详细信息
$skip
指定要跳过且不包含在结果中的集合中的项数目。 如果指定 top,跳过指定数目的项目后将开始选择结果。
$skip?: number;
属性值
number
$top
指定要包括在结果中的查询集合中的项数目。
$top?: number;
属性值
number