TypeDelegator.GetProperties(BindingFlags) Método

Definición

Devuelve una matriz de objetos PropertyInfo que representan propiedades del tipo englobado por el objeto TypeDelegator actual.

public:
 override cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.PropertyInfo[] GetProperties (System.Reflection.BindingFlags bindingAttr);
override this.GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Overrides Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()

Parámetros

bindingAttr
BindingFlags

Máscara de bits que afecta al modo de realizar la búsqueda. El valor es una combinación de cero o más marcas de bits de BindingFlags.

Devoluciones

Matriz de objetos PropertyInfo que representa a las propiedades definidas en este TypeDelegator.

Se aplica a