Partager via


SchemaAttrAttribute Constructeurs

Définition

Surcharges

SchemaAttrAttribute(String)
SchemaAttrAttribute(Byte, String)
Obsolète.

Initialise une nouvelle instance de SchemaAttrAttribute.

SchemaAttrAttribute(String, String)

Initialise une nouvelle instance de SchemaAttrAttribute.

SchemaAttrAttribute(String)

public SchemaAttrAttribute (string qname);
new DocumentFormat.OpenXml.SchemaAttrAttribute : string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (qname As String)

Paramètres

qname
String

S’applique à

SchemaAttrAttribute(Byte, String)

Attention

The namespace id is no longer tracked and will be removed in future release.

Initialise une nouvelle instance de 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)

Paramètres

nsId
Byte

Spécifie l’ID d’espace de noms de l’attribut de schéma.

tag
String

Spécifie le nom de la balise de l’attribut de schéma.

Attributs

Remarques

Cela sera supprimé une fois que le concept d’id pourra être supprimé. Veuillez utiliser SchemaAttrAttribute(String, String)

S’applique à

SchemaAttrAttribute(String, String)

Initialise une nouvelle instance de 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)

Paramètres

ns
String

Spécifie l’espace de noms de l’attribut de schéma.

tag
String

Spécifie le nom de la balise de l’attribut de schéma.

S’applique à