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++