System::TypeInfo::GetProperties Methode
TypeInfo::GetProperties() const method
Gibt alle öffentlichen Eigenschaften des aktuellen Typs 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.Page for C++
TypeInfo::GetProperties(System::Reflection::BindingFlags) const method
Durchsucht die Eigenschaften des aktuellen Typs 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.Page for C++