SchemaAttrAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.