图标资源类型

命名空间:microsoft.graph

表示单元格图标。

方法

方法 返回类型 说明
获取图标 图标 读取 icon 对象的属性和关系。
更新 图标 更新 icon 对象。

属性

属性 类型 说明
index int 表示给定集合中图标的索引。
set string 表示图标所属的集合。 可能的值为:InvalidThreeArrows、、ThreeFlags``ThreeArrowsGrayThreeTrafficLights1ThreeTrafficLights2ThreeSignsThreeSymbols、、FourArrows``ThreeSymbols2FourArrowsGray``FourRedToBlackFourTrafficLights``FourRatingFiveArrowsFiveArrowsGray、、FiveRatingFiveQuartersThreeStars、、、 FiveBoxes``ThreeTriangles

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "index": 1024,
  "set": "string"
}