ICustomAttributeTypeProvider<TType> Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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)
Parametry typu
- TType
- Implementuje
Metody
GetPrimitiveType(PrimitiveTypeCode) | (Odziedziczone po IPrimitiveTypeProvider<TType>) |
GetSystemType() |
Pobiera reprezentację |
GetSZArrayType(TType) |
Pobiera symbol typu dla tablicy jednowymiarowej danego typu elementu z dolnymi granicami zerami. (Odziedziczone po ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (Odziedziczone po ITypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (Odziedziczone po ITypeProvider<TType>) |
GetTypeFromSerializedName(String) |
Pobiera symbol typu dla danej nazwy typu serializowanego. |
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (Odziedziczone po ITypeProvider<TType>) |
GetUnderlyingEnumType(TType) |
Pobiera podstawowy typ danego symbolu typu wyliczenia. |
IsSystemType(TType) |
Sprawdza, czy dany typ reprezentuje Type. |
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.