Partager via


ITypeSymbol.FindImplementationForInterfaceMember(ISymbol) Méthode

Définition

Retourne le symbole correspondant dans ce type ou un type de base qui implémente interfaceMember (implicitement ou explicitement) ou null s’il n’existe aucun symbole de ce type (ce type n’implémente pas le conteneur d’interfaceMember, ou ce type ne fournit pas de membre qui implémente correctement interfaceMember).

public:
 Microsoft::CodeAnalysis::ISymbol ^ FindImplementationForInterfaceMember(Microsoft::CodeAnalysis::ISymbol ^ interfaceMember);
public Microsoft.CodeAnalysis.ISymbol FindImplementationForInterfaceMember (Microsoft.CodeAnalysis.ISymbol interfaceMember);
public Microsoft.CodeAnalysis.ISymbol? FindImplementationForInterfaceMember (Microsoft.CodeAnalysis.ISymbol interfaceMember);
abstract member FindImplementationForInterfaceMember : Microsoft.CodeAnalysis.ISymbol -> Microsoft.CodeAnalysis.ISymbol
Public Function FindImplementationForInterfaceMember (interfaceMember As ISymbol) As ISymbol

Paramètres

interfaceMember
ISymbol

Doit être une propriété, une méthode ou un événement d’interface non Null.

Retours

S’applique à