共用方式為


IEventSymbol.ExplicitInterfaceImplementations 屬性

定義

傳回這個事件明確實作的介面屬性。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IEventSymbol ^> ExplicitInterfaceImplementations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IEventSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IEventSymbol> ExplicitInterfaceImplementations { get; }
member this.ExplicitInterfaceImplementations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IEventSymbol>
Public ReadOnly Property ExplicitInterfaceImplementations As ImmutableArray(Of IEventSymbol)

屬性值

備註

從中繼資料匯入的屬性可以明確地實作一個以上的事件。

適用於