KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 Type 对象的一个数组,这些对象包含各个配置文件属性的类型。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static cli::array <Type ^> ^ GetKnownTypes(System::Reflection::ICustomAttributeProvider ^ knownTypeAttributeTarget);
public static Type[] GetKnownTypes (System.Reflection.ICustomAttributeProvider knownTypeAttributeTarget);
static member GetKnownTypes : System.Reflection.ICustomAttributeProvider -> Type[]
Public Shared Function GetKnownTypes (knownTypeAttributeTarget As ICustomAttributeProvider) As Type()
参数
- knownTypeAttributeTarget
- ICustomAttributeProvider
提供程序对象。
返回
- Type[]
各个配置文件属性的类型的数组。