ViewComponentConventions.IsComponent(TypeInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true
如果類型是公用、非抽象、非泛型類別,它會定義 ViewComponentAttribute ,但 不是 , NonViewComponentAttribute 而且 具有以 ViewComponent 結尾的名稱。
public:
static bool IsComponent(System::Reflection::TypeInfo ^ typeInfo);
public static bool IsComponent (System.Reflection.TypeInfo typeInfo);
static member IsComponent : System.Reflection.TypeInfo -> bool
Public Shared Function IsComponent (typeInfo As TypeInfo) As Boolean
參數
傳回
如果類型是元件。