ICustomAttributeTypeProvider<TType> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Implementações
Métodos
GetPrimitiveType(PrimitiveTypeCode) | (Herdado de IPrimitiveTypeProvider<TType>) |
GetSystemType() |
Obtém a representação de |
GetSZArrayType(TType) |
Obtém o símbolo de tipo de uma matriz unidimensional do tipo de elemento especificado com um limite inferior igual a zero. (Herdado de ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (Herdado de ITypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (Herdado de ITypeProvider<TType>) |
GetTypeFromSerializedName(String) |
Obtém o símbolo de tipo do nome do tipo serializado. |
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (Herdado de ITypeProvider<TType>) |
GetUnderlyingEnumType(TType) |
Obtém o tipo subjacente do símbolo de tipo enumerado especificado. |
IsSystemType(TType) |
Verifica se o tipo especificado representa Type. |
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.