Methode System::TypeInfo::GetProperties
TypeInfo::GetProperties() const method
Gibt alle öffentlichen Eigenschaften des aktuellen Type zurück.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetProperties(System::Reflection::BindingFlags) const method
Sucht nach den Eigenschaften des aktuellen Type unter Verwendung der angegebenen Bindungsbeschränkungen.
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++