Partilhar via


ViewComponentConventions.IsComponent(TypeInfo) Método

Definição

Retorna true se o tipo é uma classe pública, não abstrata, não genérica que define ViewComponentAttribute, mas não o NonViewComponentAttribute e tem um nome que termina em 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

O TypeInfo a ser inspecionado.

Retornos

Se o tipo for um componente.

Aplica-se a