System::TypeInfo::GetProperties metode

TypeInfo::GetProperties() const method

Mengembalikan semua properti publik dari Type saat ini.

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

Lihat Juga

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

Mencari properti dari Type saat ini, menggunakan batasan binding yang ditentukan.

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

Lihat Juga