System::TypeInfo::GetProperties metod

TypeInfo::GetProperties() const method

Returnerar alla public egenskaper för den aktuella Type.

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const

Se även

TypeInfo::GetProperties(System::Reflection::BindingFlags) const method

Söker efter egenskaperna för den aktuella typen, med hjälp av de angivna bindningsrestriktionerna.

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const

Se även