System::TypeInfo::GetProperties метод

TypeInfo::GetProperties() const method

Возвращает все публичные свойства текущего Type.

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

См. также

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

Ищет свойства текущего Type, используя указанные ограничения привязки.

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

См. также