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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++