共用方式為


ViewComponentConventions.IsComponent(TypeInfo) 方法

定義

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

參數

typeInfo
TypeInfo

要檢查的 TypeInfo

傳回

如果類型是元件。

適用於