共用方式為


ITypeSymbol.FindImplementationForInterfaceMember(ISymbol) 方法

定義

傳回此類型中的對應符號或實作 interfaceMember 的基底類型, (隱含或明確) ,如果沒有這類符號存在, (可能是因為此類型未實作 interfaceMember 的容器,或此類型不提供成功實作 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

參數

interfaceMember
ISymbol

必須是非 Null 介面屬性、方法或事件。

傳回

適用於