System::TypeInfo::GetCustomAttributes yöntemi

TypeInfo::GetCustomAttributes() const method

Tipe uygulanan tüm özel öznitelikleri temsil eden nesneleri içeren bir dizi döndürür.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

Ayrıca Bakınız

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

Tipe uygulanan belirli öznitelikleri temsil eden nesneleri içeren bir dizi döndürür.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
ParametreTürAçıklama
attributeTypeconst TypeInfo&Aranacak öznitelik tipi.
inheritboolMiras alınan özniteliklerin de aranıp aranmayacağını belirler.

Ayrıca Bakınız