Udostępnij za pośrednictwem


ControllerFeatureProvider.IsController(TypeInfo) Metoda

Definicja

Określa, czy dany typeInfo element jest kontrolerem.

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

Parametry

typeInfo
TypeInfo

Kandydat TypeInfo .

Zwraca

true jeśli typ jest kontrolerem; w przeciwnym razie false.

Dotyczy