EdmTypeSemantics.AsEnum(IEdmTypeReference) Méthode
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.
Si cette référence est d’un type d’énumération, cela retourne une référence de type d’énumération valide à la définition de type. Sinon, une référence de type énumération erronée est retournée.
public static Microsoft.OData.Edm.IEdmEnumTypeReference AsEnum (this Microsoft.OData.Edm.IEdmTypeReference type);
static member AsEnum : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmEnumTypeReference
<Extension()>
Public Function AsEnum (type As IEdmTypeReference) As IEdmEnumTypeReference
Paramètres
- type
- IEdmTypeReference
Référence à l'objet appelant.
Retours
Référence de type énumération valide si la définition de la référence est de type énumération. Sinon, référence de type énumération erronée.