ViewComponentConventions.IsComponent(TypeInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true
si le type est une classe publique, non abstraite et non générique qui définit ViewComponentAttribute, mais pas le NonViewComponentAttribute et a un nom qui se termine par 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
Paramètres
Retours
Si le type est un composant.