Share via


IRemoteTypeContract.GetProperties(BindingFlags) Methode

Definition

Gibt eine Auflistung von IRemotePropertyInfoContract-Objekten zurück, die Zugriff auf die angegebenen Eigenschaften des aktuellen IRemoteTypeContract bereitstellt.

public:
 System::AddIn::Contract::Collections::IArrayContract<System::AddIn::Contract::Automation::IRemotePropertyInfoContract ^> ^ GetProperties(System::Reflection::BindingFlags bindingFlags);
public System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.Automation.IRemotePropertyInfoContract> GetProperties (System.Reflection.BindingFlags bindingFlags);
abstract member GetProperties : System.Reflection.BindingFlags -> System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.Automation.IRemotePropertyInfoContract>
Public Function GetProperties (bindingFlags As BindingFlags) As IArrayContract(Of IRemotePropertyInfoContract)

Parameter

bindingFlags
BindingFlags

Eine bitweise Kombination der BindingFlags-Werte, die angibt, wie nach den Eigenschaften gesucht werden soll.

Gibt zurück

Ein IArrayContract<C> von IRemotePropertyInfoContract-Objekten, der Zugriff auf die Eigenschaften bereitstellt, die den angegebenen Bindungseinschränkungen entsprechen.

Gilt für: