Share via


EmbeddedWavAudioFileType.Embed Property

Definition

Embedded Audio File Relationship ID

Represents the following attribute in the schema: r:embed

[DocumentFormat.OpenXml.SchemaAttr(19, "embed")]
public DocumentFormat.OpenXml.StringValue Embed { get; set; }
public DocumentFormat.OpenXml.StringValue Embed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(19, "embed")]
public DocumentFormat.OpenXml.StringValue? Embed { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r:embed")]
public DocumentFormat.OpenXml.StringValue? Embed { get; set; }
public DocumentFormat.OpenXml.StringValue? Embed { get; set; }
member this.Embed : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(19, "embed")>]
member this.Embed : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r:embed")>]
member this.Embed : DocumentFormat.OpenXml.StringValue with get, set
Public Property Embed As StringValue

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the identification information for an embedded audio file. This attribute is used to specify the location of an object that resides locally within the file.

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

Applies to