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