IPropertySymbol.ExplicitInterfaceImplementations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個屬性明確實作的介面屬性。
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)
屬性值
備註
從中繼資料匯入的屬性可以明確實作多個屬性。