共用方式為


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

個別設定檔屬性的型別陣列。

適用於