System::TypeInfo::GetCustomAttribute メソッド
TypeInfo::GetCustomAttribute method
現在のオブジェクトが表す型に適用され、指定された型を持つカスタム属性を検索します。
ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
| パラメーター | 型 | 説明 |
|---|---|---|
| attributeType | const TypeInfo& | 検索対象の属性の型を表すTypeInfoオブジェクトへの定数参照 |
ReturnValue
見つかった属性を表すオブジェクトへのポインタ、または検索条件に一致する属性が見つからなかった場合はヌルポインタ
参照
- Class SmartPtr
- Class TypeInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++