System::TypeInfo::GetCustomAttributes method

TypeInfo::GetCustomAttributes() const method

型に適用されたすべてのカスタム属性を表すオブジェクトの配列を返します。

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

参照

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

型に適用された特定の属性を表すオブジェクトの配列を返します。

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
パラメーター説明
attributeTypeconst TypeInfo&検索対象となる属性の型です。
inheritbool継承された属性も検索するかどうかを示します。

参照