次の方法で共有


Sources.Uri プロパティ

定義

Uniform Resource Identifier

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

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

プロパティ値

StringValue を返します。

属性

注釈

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

ドキュメント スタイルが関連付けられている URI または一意の識別子を指定します。を共有 StyleNameするスタイルのバージョンを一意に識別するために使用できます。

次に例を示します:

<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="123">  

この属性に使用できる値は、単純型によって ST_String255 定義されます。

適用対象