System::TypeInfo::GetProperties 方法

TypeInfo::GetProperties() const method

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

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

另见

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

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

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

另见