Partager via


PropertyToken Structure

Définition

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
PropertyToken
Attributs

Champs

Nom Description
Empty

PropertyToken par défaut avec Token égal à 0.

Propriétés

Nom Description
Token

Récupère le jeton de métadonnées pour cette propriété.

Méthodes

Nom Description
Equals(Object)

Vérifie si l'objet donné est une instance de PropertyToken et s'il est égal à cette dernière.

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

Nom Description
Equality(PropertyToken, PropertyToken)

Indique si deux structures PropertyToken sont égales.

Inequality(PropertyToken, PropertyToken)

Indique si deux structures PropertyToken ne sont pas égales.

S’applique à