Partager via


Sources.Uri Propriété

Définition

Uniform Resource Identifier

Représente l’attribut suivant dans le schéma : 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

Valeur de propriété

Retourne StringValue.

Attributs

Remarques

Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.

Spécifie un URI ou un identificateur unique auquel un style de documentation est associé ; peut être utilisé pour identifier de manière unique les versions de styles qui partagent un StyleName.

Voici un exemple :

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

Les valeurs possibles pour cet attribut sont définies par le ST_String255 type simple.

S’applique à