SchemaAttrAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SchemaAttrAttribute(String) | |
SchemaAttrAttribute(Byte, String) |
Veraltet.
Initialisiert eine neue instance von SchemaAttrAttribute. |
SchemaAttrAttribute(String, String) |
Initialisiert eine neue instance von SchemaAttrAttribute. |
SchemaAttrAttribute(String)
public SchemaAttrAttribute (string qname);
new DocumentFormat.OpenXml.SchemaAttrAttribute : string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (qname As String)
Parameter
- qname
- String
Gilt für:
SchemaAttrAttribute(Byte, String)
Achtung
The namespace id is no longer tracked and will be removed in future release.
Initialisiert eine neue instance von SchemaAttrAttribute.
public SchemaAttrAttribute (byte nsId, string tag);
[System.Obsolete("The namespace id is no longer tracked and will be removed in future release.")]
public SchemaAttrAttribute (byte nsId, string tag);
new DocumentFormat.OpenXml.SchemaAttrAttribute : byte * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
[<System.Obsolete("The namespace id is no longer tracked and will be removed in future release.")>]
new DocumentFormat.OpenXml.SchemaAttrAttribute : byte * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (nsId As Byte, tag As String)
Parameter
- nsId
- Byte
Gibt die Namespace-ID des Schema-Attributs an.
- tag
- String
Gibt den Tagnamen des Schema-Attributs an.
- Attribute
Hinweise
Diese wird entfernt, sobald das Konzept der ID entfernt werden kann. Bitte verwenden Sie SchemaAttrAttribute(String, String)
Gilt für:
SchemaAttrAttribute(String, String)
Initialisiert eine neue instance von SchemaAttrAttribute.
public SchemaAttrAttribute (string ns, string tag);
new DocumentFormat.OpenXml.SchemaAttrAttribute : string * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (ns As String, tag As String)
Parameter
- ns
- String
Gibt den Namespace des Schema-Attributs an.
- tag
- String
Gibt den Tagnamen des Schema-Attributs an.