Metodo System::TypeInfo::GetProperties

TypeInfo::GetProperties() const method

Restituisce tutte le proprietà pubbliche del Tipo corrente.

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

Vedi anche

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

Cerca le proprietà del Tipo corrente, utilizzando le restrizioni di binding specificate.

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

Vedi anche