PropertyToken Structure
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.
Le struct PropertyToken
est une représentation opaque du Token
retourné par les métadonnées pour représenter une propriété.
public value class PropertyToken
[System.Serializable]
public struct PropertyToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct PropertyToken
[<System.Serializable>]
type PropertyToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertyToken = struct
Public Structure PropertyToken
- Héritage
- Attributs
Champs
Empty |
|
Propriétés
Token |
Récupère le jeton de métadonnées pour cette propriété. |
Méthodes
Equals(Object) |
Vérifie si l'objet donné est une instance de |
Equals(PropertyToken) |
Détermine si l'instance actuelle est égale à l'objet PropertyToken spécifié. |
GetHashCode() |
Génère le code de hachage pour cette propriété. |
Opérateurs
Equality(PropertyToken, PropertyToken) |
Indique si deux structures PropertyToken sont égales. |
Inequality(PropertyToken, PropertyToken) |
Indique si deux structures PropertyToken ne sont pas égales. |