Share via


EmbeddedWavAudioFileType.BuiltIn Property

Definition

Recognized Built-In Sound

Represents the following attribute in the schema: builtIn

[DocumentFormat.OpenXml.SchemaAttr(0, "builtIn")]
public DocumentFormat.OpenXml.BooleanValue BuiltIn { get; set; }
public DocumentFormat.OpenXml.BooleanValue BuiltIn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "builtIn")]
public DocumentFormat.OpenXml.BooleanValue? BuiltIn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("builtIn")]
public DocumentFormat.OpenXml.BooleanValue? BuiltIn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? BuiltIn { get; set; }
member this.BuiltIn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "builtIn")>]
member this.BuiltIn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("builtIn")>]
member this.BuiltIn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property BuiltIn As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

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

Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in its list of built-in sounds and can then surface a custom name or UI as needed.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to