IRemoteTypeContract.GetProperties(BindingFlags) Method

Definition

Returns a collection of IRemotePropertyInfoContract objects that provides access to the specified properties of the current IRemoteTypeContract.

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)

Parameters

bindingFlags
BindingFlags

A bitwise combination of the BindingFlags values that specifies how to search for the properties.

Returns

An IArrayContract<C> of IRemotePropertyInfoContract objects that provides access to the properties that match the specified binding constraints.

Applies to