TypeDelegator.GetProperties(BindingFlags) Método

Definição

Devolve um array de PropertyInfo objetos que representam propriedades do tipo enrolado pela corrente TypeDelegator.

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

Uma máscara de bits que afeta a forma como a pesquisa é realizada. O valor é uma combinação de zero ou mais flags de bits de BindingFlags.

Devoluções

Um array de PropertyInfo objetos que representa propriedades definidas neste TypeDelegator.

Aplica-se a