共用方式為


IPropertySymbol.ExplicitInterfaceImplementations 屬性

定義

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

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

屬性值

備註

從中繼資料匯入的屬性可以明確實作多個屬性。

適用於