KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) Método

Definição

Cria uma matriz de objetos Type que contêm os tipos de propriedades de perfil individuais.Creates an array of Type objects that contain the types of individual profile properties.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

knownTypeAttributeTarget
ICustomAttributeProvider

O objeto do provedor.A provider object.

Retornos

Type[]

Uma matriz de tipos de propriedades de perfil individuais.An array of types of individual profile properties.

Aplica-se a