Compartilhar via


Sources.Uri Propriedade

Definição

Uniform Resource Identifier

Representa o seguinte atributo no esquema: 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

Valor da propriedade

Retorna StringValue.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

Especifica um URI ou identificador exclusivo com o qual um estilo de documentação está associado; pode ser usado para identificar exclusivamente versões de estilos que compartilham um StyleName.

Veja um exemplo:

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

Os valores possíveis para esse atributo são definidos pelo ST_String255 tipo simples.

Aplica-se a