次の方法で共有


CustomXmlAttribute.Uri Property

uri.Represents the attribte in schema: w:uri

Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "uri")> _
Public Property Uri As StringValue
    Get
    Set
'使用
Dim instance As CustomXmlAttribute
Dim value As StringValue

value = instance.Uri

instance.Uri = value
[SchemaAttrAttribute(, "uri")]
public StringValue Uri { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CustomXmlAttribute Class

CustomXmlAttribute Members

DocumentFormat.OpenXml.Wordprocessing Namespace