Sdílet prostřednictvím


OpenXmlAttribute Constructor (String, String, String)

OpenXmlAttribute constructor

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

Syntax

'Declaration
Public Sub New ( _
    qualifiedName As String, _
    namespaceUri As String, _
    value As String _
)
'Usage
Dim qualifiedName As String
Dim namespaceUri As String
Dim value As String

Dim instance As New OpenXmlAttribute(qualifiedName, _
    namespaceUri, value)
public OpenXmlAttribute(
    string qualifiedName,
    string namespaceUri,
    string value
)

Parameters

  • namespaceUri
    Type: System.String
    Namespace URN of the attribute.

See Also

Reference

OpenXmlAttribute Structure

OpenXmlAttribute Members

OpenXmlAttribute Overload

DocumentFormat.OpenXml Namespace