ViewComponentConventions.IsComponent(TypeInfo) メソッド

定義

true型が、 を定義ViewComponentAttributeするパブリック、非抽象、非ジェネリック クラスの場合は を返しますが、 および は ViewComponent で終わる名前を持っていますNonViewComponentAttribute

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

戻り値

型がコンポーネントの場合。

適用対象