System::TypeInfo::GetProperties 方法

TypeInfo::GetProperties() const method

返回当前类型的所有公共属性。

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const

另见

TypeInfo::GetProperties(System::Reflection::BindingFlags) const method

使用指定的绑定约束搜索当前类型的属性。

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const

另见