horizontalSectionColumn 资源类型
命名空间:microsoft.graph
表示给定水平节中的垂直列。
继承自 entity。
Methods
方法 | 返回类型 | 说明 |
---|---|---|
列出 horizontalSectionColumns | horizontalSectionColumn 集合 | 获取 horizontalSectionColumn 对象及其属性的列表。 |
获取 horizontalSectionColumn | horizontalSectionColumn | 读取 horizontalSectionColumn 对象的属性和关系。 |
列出 webParts | webPart 收集 | 获取与 horizontalSectionColumn 对象关联的 Web 部件列表。 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 资源的唯一标识符。 继承自 entity。 |
宽度 | Int32 | 列的宽度。 水平部分分为 12 个网格。 列的值应为 1-12 以表示其范围范围。 例如,一节中可以有两列的宽度均为 6。 |
关系
关系 | 类型 | 说明 |
---|---|---|
webparts | webPart 集合 | 此列中 WebParts 的集合。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.horizontalSectionColumn",
"id": "String (identifier)",
"width": "Integer"
}