次の方法で共有


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は 。

適用対象