OpenXmlAttribute-Konstruktor (String, String, String, String)
OpenXmlAttribute constructor
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
prefix As String, _
localName As String, _
namespaceUri As String, _
value As String _
)
'Usage
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
)
Parameter
- prefix
Typ: System.String
The namespace prefix of the attribute.
- localName
Typ: System.String
Local name of the attribute.
- namespaceUri
Typ: System.String
Namespace URN of the attribute.
- value
Typ: System.String
Text value of the attribute.