TypeDelegator.GetProperties(BindingFlags) Metoda

Definice

Vrátí pole PropertyInfo objektů představující vlastnosti typu zabalené aktuálním TypeDelegatorobjektem .

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()

Parametry

bindingAttr
BindingFlags

Bitová maska, která ovlivňuje způsob, jakým se vyhledávání provádí. Hodnota je kombinací nula nebo více bitových příznaků z BindingFlags.

Návraty

Pole PropertyInfo objektů představující vlastnosti definované v tomto TypeDelegatorobjektu .

Platí pro