System::Attribute::GetCustomAttributes メソッド

Attribute::GetCustomAttributes method

指定された型に適用されたすべてのカスタム属性を返します。

static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
パラメーター説明
const TypeInfo&取得する型属性

ReturnValue

指定された型に適用された属性を含む配列

参照