ICustomAttributeTypeProvider<TType> Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 Genérico
- TType
- Implementações
Métodos
| Name | Description |
|---|---|
| GetPrimitiveType(PrimitiveTypeCode) | (Herdado de IPrimitiveTypeProvider<TType>) |
| GetSystemType() |
Obtém a |
| GetSZArrayType(TType) |
Obtém o símbolo de tipo para um array unidimensional do tipo de elemento dado com limites inferiores de zero. (Herdado de ISZArrayTypeProvider<TType>) |
| GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (Herdado de ITypeProvider<TType>) |
| GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (Herdado de ITypeProvider<TType>) |
| GetTypeFromSerializedName(String) |
Recebe o símbolo de tipo para o nome de tipo serializado dado. |
| GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (Herdado de ITypeProvider<TType>) |
| GetUnderlyingEnumType(TType) |
Obtém o tipo subjacente do símbolo de tipo enum dado. |
| IsSystemType(TType) |
Verifica se o tipo dado representa Type. |