ICustomAttributeTypeProvider<TType> Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::ISimpleTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>
generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::IPrimitiveTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>, System::Reflection::Metadata::ITypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.ISimpleTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.IPrimitiveTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>, System.Reflection.Metadata.ITypeProvider<TType>
type ICustomAttributeTypeProvider<'ype> = interface
interface ISimpleTypeProvider<'ype>
interface ISZArrayTypeProvider<'ype>
type ICustomAttributeTypeProvider<'ype> = interface
interface IPrimitiveTypeProvider<'ype>
interface ISZArrayTypeProvider<'ype>
interface ITypeProvider<'ype>
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements ISimpleTypeProvider(Of TType), ISZArrayTypeProvider(Of TType)
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements IPrimitiveTypeProvider(Of TType), ISZArrayTypeProvider(Of TType), ITypeProvider(Of TType)
Parámetros de tipo
- TType
- Implementaciones
Métodos
GetPrimitiveType(PrimitiveTypeCode) | (Heredado de IPrimitiveTypeProvider<TType>) |
GetSystemType() |
Obtiene la representación de |
GetSZArrayType(TType) |
Obtiene el símbolo de tipo para una matriz unidimensional del tipo de elemento especificado con un límite inferior de cero. (Heredado de ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (Heredado de ITypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (Heredado de ITypeProvider<TType>) |
GetTypeFromSerializedName(String) |
Obtiene el tipo de símbolo para el nombre del tipo serializado especificado. |
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (Heredado de ITypeProvider<TType>) |
GetUnderlyingEnumType(TType) |
Obtiene el tipo subyacente del símbolo de tipo de enumeración especificado. |
IsSystemType(TType) |
Comprueba si el tipo especificado representa Type. |