TypeInfo.ImplementedInterfaces Propriété

Définition

Obtient une collection des interfaces implémentées par le type actuel.

public:
 virtual property System::Collections::Generic::IEnumerable<Type ^> ^ ImplementedInterfaces { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Type> ImplementedInterfaces { get; }
public virtual System.Collections.Generic.IEnumerable<Type> ImplementedInterfaces { [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)] get; }
member this.ImplementedInterfaces : seq<Type>
[<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>]
member this.ImplementedInterfaces : seq<Type>
Public Overridable ReadOnly Property ImplementedInterfaces As IEnumerable(Of Type)

Valeur de propriété

Collection des interfaces implémentées par le type actuel.

Attributs

S’applique à