Freigeben über


AudioFromFile.Link-Eigenschaft

Linked Relationship ID.Represents the attribte in schema: r:link

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
    Get
    Set
'Usage
Dim instance As AudioFromFile
Dim value As StringValue

value = instance.Link

instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { 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 identification information for a linked object. This attribute is used to specify the location of an object that does not reside within this file.

The possible values for this attribute are defined by the ST_RelationshipId simple type.

Siehe auch

Referenz

AudioFromFile Klasse

AudioFromFile-Member

DocumentFormat.OpenXml.Drawing-Namespace