ControllerFeatureProvider.IsController(TypeInfo) 方法

定义

确定给定 typeInfo 的 是否为控制器。

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

参数

typeInfo
TypeInfo

候选项 TypeInfo

返回

true 如果类型是控制器,则为 ;否则为 false

适用于