System::Attribute::GetCustomAttributes 方法

Attribute::GetCustomAttributes method

返回应用于指定类型的所有自定义属性。

static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
参数类型描述
类型const TypeInfo&要检索的类型属性

ReturnValue

包含应用于指定类型的属性的数组

另见