ContentPart.Id Property
id.Represents the attribte in schema: r:id
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "id")> _
Public Property Id As StringValue
Get
Set
用法
Dim instance As ContentPart
Dim value As StringValue
value = instance.Id
instance.Id = value
[SchemaAttrAttribute(, "id")]
public StringValue Id { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue