Partager via


ViewComponentConventions.IsComponent(TypeInfo) Méthode

Définition

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

typeInfo
TypeInfo

TypeInfo à examiner.

Retours

Si le type est un composant.

S’applique à