RelationshipIdType.Id-Eigenschaft
Relationship Reference.Represents the attribte in schema: r:id
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As StringValue
Get
Set
'Usage
Dim instance As RelationshipIdType
Dim value As StringValue
value = instance.Id
instance.Id = value
[SchemaAttrAttribute(, "id")]
public StringValue Id { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the relationship ID for the relationship for this Chart, Chart Drawing, or VML Drawing part. The type of relationship needed is specified by the parent element.
The possible values for this attribute are defined by the ST_RelationshipId simple type.