OneNote.Interfaces.SectionGroupCollectionLoadOptions interface
セクション グループのコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| client |
コレクション内の各アイテムの場合: セクション グループのクライアント URL。 読み取りのみ |
| id | For each ITEM in the collection: セクション グループの ID を取得します。 読み取り専用です。 |
| name | For each ITEM in the collection: セクション グループの名前を取得します。 読み取り専用です。 |
| notebook | For EACH ITEM in the collection: セクション グループを含むノートブックを取得します。 |
| parent |
For each ITEM in the collection: セクション グループを含むセクション グループを取得します。 セクション グループがノートブックの直接の子である場合は ItemNotFound をスローします。 |
| parent |
For each ITEM in the collection: セクション グループを含むセクション グループを取得します。 セクション グループがノートブックの直接の子である場合は null を返します。 |
| section |
コレクション内の各アイテムの場合: セクション グループ内のセクション グループのコレクション。 読み取り専用です。 |
| sections | コレクション内の各アイテムの場合: セクション グループ内のセクションのコレクション。 読み取り専用です。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
clientUrl
コレクション内の各アイテムの場合: セクション グループのクライアント URL。 読み取りのみ
clientUrl?: boolean;
プロパティ値
boolean
注釈
id
For each ITEM in the collection: セクション グループの ID を取得します。 読み取り専用です。
id?: boolean;
プロパティ値
boolean
注釈
name
For each ITEM in the collection: セクション グループの名前を取得します。 読み取り専用です。
name?: boolean;
プロパティ値
boolean
注釈
notebook
For EACH ITEM in the collection: セクション グループを含むノートブックを取得します。
notebook?: OneNote.Interfaces.NotebookLoadOptions;
プロパティ値
注釈
parentSectionGroup
For each ITEM in the collection: セクション グループを含むセクション グループを取得します。 セクション グループがノートブックの直接の子である場合は ItemNotFound をスローします。
parentSectionGroup?: OneNote.Interfaces.SectionGroupLoadOptions;
プロパティ値
注釈
parentSectionGroupOrNull
For each ITEM in the collection: セクション グループを含むセクション グループを取得します。 セクション グループがノートブックの直接の子である場合は null を返します。
parentSectionGroupOrNull?: OneNote.Interfaces.SectionGroupLoadOptions;
プロパティ値
注釈
sectionGroups
コレクション内の各アイテムの場合: セクション グループ内のセクション グループのコレクション。 読み取り専用です。
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
プロパティ値
注釈
sections
コレクション内の各アイテムの場合: セクション グループ内のセクションのコレクション。 読み取り専用です。
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;