XmlMemberMapping.Any Propriété
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.
Récupère ou définit une valeur indiquant si le type .NET correspond à un élément ou à un attribut XML indépendamment du type de ce dernier.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
property bool Any { bool get(); };
public bool Any { get; }
member this.Any : bool
Public ReadOnly Property Any As Boolean
Valeur de propriété
true
si le type correspond à un élément XML ou un attribut ; sinon, false
.
Remarques
Une valeur true pour la Any propriété correspond à la déclaration d’élément <any>
et à la déclaration d’attribut anyAttribute
dans un document de schéma XML.