System::TypeInfo::GetCustomAttributes method
TypeInfo::GetCustomAttributes() const method
型に適用されたすべてのカスタム属性を表すオブジェクトの配列を返します。
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
参照
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
型に適用された特定の属性を表すオブジェクトの配列を返します。
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| パラメーター | 型 | 説明 |
|---|---|---|
| attributeType | const TypeInfo& | 検索対象となる属性の型です。 |
| inherit | bool | 継承された属性も検索するかどうかを示します。 |