System::Reflection::MemberInfo::GetCustomAttributes メソッド
MemberInfo::GetCustomAttributes(bool) const method
現在のオブジェクトが表す型に適用されたすべてのカスタム属性を表すオブジェクトを含む配列を返します。
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| パラメーター | 型 | 説明 |
|---|---|---|
| inherit | bool | 継承された属性もチェックするかどうか。 |
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
現在のオブジェクトが表す型に適用されたすべてのカスタム属性を表すオブジェクトを含む配列を返します。
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
| パラメーター | 型 | 説明 |
|---|---|---|
| attributeType | const TypeInfo& | 検索する属性の型。 |
| inherit | bool | 継承された属性もチェックするかどうか。 |
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++