InterfaceMapping.InterfaceMethods Feld
Definition
Zeigt die Methoden an, die für die Schnittstelle definiert sind.Shows the methods that are defined on the interface.
public: cli::array <System::Reflection::MethodInfo ^> ^ InterfaceMethods;
public System.Reflection.MethodInfo[] InterfaceMethods;
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.MethodInfo[] InterfaceMethods;
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable InterfaceMethods : System.Reflection.MethodInfo[]
Public InterfaceMethods As MethodInfo()
Feldwert
- Attribute
Hinweise
Die im Array zurückgegebenen Elemente stimmen mit ihren gegen Übereinstimmungen InterfaceMethods
aus dem TargetMethods Array ab.The elements returned in the InterfaceMethods
array match their counterpart elements returned from the TargetMethods array. Das heißt, dass sich die Elemente in derselben Array Indizierungs Reihenfolge befinden.That is, the elements are in the same array indexing order.