طريقة System::TypeInfo::GetProperties
TypeInfo::GetProperties() const method
يرجع جميع الخصائص العامة للـ Type الحالي.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetProperties(System::Reflection::BindingFlags) const method
يبحث عن خصائص الـ Type الحالي، باستخدام قيود الربط المحددة.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++