EmbeddedWavAudioFileType.Name プロパティ

定義

サウンド名

スキーマ内の次の属性を表します。

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

プロパティ値

StringValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

対応するサウンドの元の名前または短い名前を指定します。 これは、ユーザーが UI 内で他のサウンドを識別する必要がある場合に、アタッチされたサウンドの人間が判読できる名前を指定することで、このサウンドを他のサウンドと区別するために使用されます。

この属性に使用できる値は、XML スキーマ string データ型によって定義されます。

適用対象