已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指示 Type 的型別是否為 Enum。
public: static bool IsEnum(Type ^ type);
public static bool IsEnum (Type type);
static member IsEnum : Type -> bool
Public Shared Function IsEnum (type As Type) As Boolean
要測試的 Type。
如果 true 是 Type,則為 Enum,否則為 false。
true
false
type 為 null 參考 (在 Visual Basic 中為 Nothing)。
type
Nothing