Compartir a través de


ViewComponentConventions.IsComponent(TypeInfo) Método

Definición

Devuelve true si el tipo es una clase pública, no abstracta y no genérica que define ViewComponentAttribute, pero no y NonViewComponentAttribute tiene un nombre que termina en 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

Parámetros

typeInfo
TypeInfo

TypeInfo que se va a inspeccionar.

Devoluciones

Si el tipo es un componente.

Se aplica a