TypeInfo.ImplementedInterfaces Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una raccolta delle interfacce implementate dal tipo corrente.
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)
Valore della proprietà
Raccolta delle interfacce implementate dal tipo corrente.
- Attributi