IMethodSymbol.AssociatedSymbol 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.
Retourne un symbole (par exemple, propriété, événement, etc.) associé à la méthode.
public:
property Microsoft::CodeAnalysis::ISymbol ^ AssociatedSymbol { Microsoft::CodeAnalysis::ISymbol ^ get(); };
public Microsoft.CodeAnalysis.ISymbol AssociatedSymbol { get; }
public Microsoft.CodeAnalysis.ISymbol? AssociatedSymbol { get; }
member this.AssociatedSymbol : Microsoft.CodeAnalysis.ISymbol
Public ReadOnly Property AssociatedSymbol As ISymbol
Valeur de propriété
Remarques
Si cette méthode a MethodKind ou PropertyGetPropertySetrenvoie la propriété pour laquelle cette méthode est le getter ou setter. Si cette méthode a MethodKind ou EventAddEventRemoveretourne l’événement pour lequel cette méthode est l’adder ou le remover. Notez que l’ensemble des symboles associés possibles peut être développé à l’avenir pour refléter les modifications dans les langues.