ICustomAttributeTypeProvider<TType>.GetUnderlyingEnumType(TType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定列舉型別符號的基礎型別。
public:
System::Reflection::Metadata::PrimitiveTypeCode GetUnderlyingEnumType(TType type);
public System.Reflection.Metadata.PrimitiveTypeCode GetUnderlyingEnumType (TType type);
abstract member GetUnderlyingEnumType : 'ype -> System.Reflection.Metadata.PrimitiveTypeCode
Public Function GetUnderlyingEnumType (type As TType) As PrimitiveTypeCode
參數
- type
- TType
列舉型別。
傳回
表示基礎列舉型別的型別程式碼。
例外狀況
指定的型別符號不代表列舉。