ControllerFeatureProvider.IsController(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.
Détermine si un donné typeInfo
est un contrôleur.
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
Paramètres
Retours
true
si le type est un contrôleur ; sinon false
, .