System::TypeInfo::GetProperties メソッド

TypeInfo::GetProperties() const method

現在の型のすべての public プロパティを返します。

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

参照