System::TypeInfo::GetProperties método

TypeInfo::GetProperties() const method

Devuelve todas las propiedades públicas del Tipo actual.

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

Ver también

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

Busca las propiedades del Tipo actual, usando las restricciones de enlace especificadas.

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

Ver también