Sdílet prostřednictvím


TypedArray.GetProperties(BindingFlags) Metoda

Definice

Získá pole PropertyInfo objektů, které odpovídají všem vlastnostem Array typu třídy.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

bindingAttr
BindingFlags

Bitové kombinace hodnot výčtu, která určuje způsob, jakým je vyhledávání členů prováděno reflexí.

Návraty

Pole objektů, které obsahují všechny vlastnosti Array typu třídy.

Implementuje

Platí pro

Viz také