KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) 方法

定义

创建 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[]

各个配置文件属性的类型的数组。

适用于