Condividi tramite


ViewComponentConventions.IsComponent(TypeInfo) Metodo

Definizione

Restituisce true se il tipo è una classe pubblica, non astratta, non generica che definisce ViewComponentAttribute, ma non ha NonViewComponentAttribute un nome che termina in 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

Parametri

typeInfo
TypeInfo

TypeInfo da esaminare.

Restituisce

Se il tipo è un componente.

Si applica a