Поделиться через


OpenXmlAttribute Constructor (String, String, String, String)

OpenXmlAttribute constructor

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

Syntax

'Декларация
Public Sub New ( _
    prefix As String, _
    localName As String, _
    namespaceUri As String, _
    value As String _
)
'Применение
Dim prefix As String
Dim localName As String
Dim namespaceUri As String
Dim value As String

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

Parameters

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

See Also

Reference

OpenXmlAttribute Structure

OpenXmlAttribute Members

OpenXmlAttribute Overload

DocumentFormat.OpenXml Namespace