SymbolToken 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.
La structure SymbolToken est une représentation objet d'un jeton qui représente une information symbolique.
public value class SymbolToken
public value class SymbolToken : IEquatable<System::Diagnostics::SymbolStore::SymbolToken>
public readonly struct SymbolToken
public readonly struct SymbolToken : IEquatable<System.Diagnostics.SymbolStore.SymbolToken>
public struct SymbolToken
[System.Runtime.InteropServices.ComVisible(true)]
public struct SymbolToken
type SymbolToken = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymbolToken = struct
Public Structure SymbolToken
Public Structure SymbolToken
Implements IEquatable(Of SymbolToken)
- Héritage
- Attributs
- Implémente
Constructeurs
SymbolToken(Int32) |
Initialise une nouvelle instance de la structure SymbolToken lorsqu'une valeur est fournie. |
Méthodes
Equals(Object) |
Détermine si |
Equals(SymbolToken) |
Détermine si |
GetHashCode() |
Génère le code de hachage pour le jeton en cours. |
GetToken() |
Obtient la valeur du jeton en cours. |
Opérateurs
Equality(SymbolToken, SymbolToken) |
Retourne une valeur indiquant si deux objets SymbolToken sont égaux. |
Inequality(SymbolToken, SymbolToken) |
Retourne une valeur indiquant si deux objets SymbolToken sont égaux. |