Partager via


IMethodSymbol.AssociatedSymbol Propriété

Définition

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.

S’applique à