Metodo System::TypeInfo::GetProperties
TypeInfo::GetProperties() const method
Restituisce tutte le proprietà pubbliche del Tipo corrente.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetProperties(System::Reflection::BindingFlags) const method
Cerca le proprietà del Tipo corrente, utilizzando le restrizioni di binding specificate.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++