Compartir a través de


ControllerFeatureProvider.IsController(TypeInfo) Método

Definición

Determina si un determinado typeInfo es un controlador.

protected:
 virtual bool IsController(System::Reflection::TypeInfo ^ typeInfo);
protected virtual bool IsController (System.Reflection.TypeInfo typeInfo);
abstract member IsController : System.Reflection.TypeInfo -> bool
override this.IsController : System.Reflection.TypeInfo -> bool
Protected Overridable Function IsController (typeInfo As TypeInfo) As Boolean

Parámetros

typeInfo
TypeInfo

El TypeInfo candidato.

Devoluciones

true si el tipo es un controlador; de lo contrario false, .

Se aplica a