KnownTypesProvider.GetKnownTypes(ICustomAttributeProvider) Método
Definição
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.