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

返回

如果类型是组件。

适用于