Sdílet prostřednictvím


GlobalScope.GetProperties(BindingFlags) Metoda

Definice

Získá pole PropertyInfo objektů, které odpovídají všem vlastnostem globálního oboru.

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

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é 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é obsahuje všechny vlastnosti globálního oboru.

Implementuje

Platí pro

Viz také