Sdílet prostřednictvím


KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) Metoda

Definice

Vytvoří pole Type objektů, které obsahují typy jednotlivých vlastností profilu.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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()

Parametry

knownTypeAttributeTarget
ICustomAttributeProvider

Objekt poskytovatele.

Návraty

Type[]

Pole typů jednotlivých vlastností profilu.

Platí pro