NonVisualDrawingProperties.Id 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
id
表示架构中的以下属性:id
[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Id As UInt32Value
属性值
返回 UInt32Value。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定当前文档中当前 DrawingML 对象的唯一标识符。 此 ID 可用于帮助唯一标识此对象,以便文档的其他部分可以引用该对象。
如果同一文档中的多个对象具有相同 id
的属性值,则该文档应被视为不一致。
请考虑定义如下的 DrawingML 对象:
<… id="10" … >
属性 id
的值 10
为 ,这是此 DrawingML 对象的唯一标识符。
此属性的可能值由 ST_DrawingElementId
简单类型定义。