ViewComponentConventions.IsComponent(TypeInfo) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
戻り値
型がコンポーネントの場合。