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
ParameterTypeAçıklama
attributeTypeconst TypeInfo&Aranacak öznitelik tipi.
inheritboolMiras alınan özniteliklerin de aranıp aranmayacağını belirtir.

Ayrıca Bakınız