System::TypeInfo::GetProperties メソッド
TypeInfo::GetProperties() const method
現在の型のすべての public プロパティを返します。
ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PropertyInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page 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.Page for C++