System::TypeInfo::GetProperties méthode

TypeInfo::GetProperties() const method

Renvoie toutes les propriétés publiques du Type actuel.

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

Voir aussi

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

Recherche les propriétés du Type actuel, en utilisant les contraintes de liaison spécifiées.

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

Voir aussi