ICustomAttributeTypeProvider<TType> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
類型參數
- TType
- 實作
方法
GetPrimitiveType(PrimitiveTypeCode) | (繼承來源 IPrimitiveTypeProvider<TType>) |
GetSystemType() |
取得 Type 的 |
GetSZArrayType(TType) |
取得指定項目型別之一維陣列的型別符號,其下限為零。 (繼承來源 ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) | (繼承來源 ITypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) | (繼承來源 ITypeProvider<TType>) |
GetTypeFromSerializedName(String) |
取得指定序列化型別名稱的型別符號。 |
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) | (繼承來源 ITypeProvider<TType>) |
GetUnderlyingEnumType(TType) |
取得指定列舉型別符號的基礎型別。 |
IsSystemType(TType) |
驗證指定的型別是否代表 Type。 |