TagHelperFeatureProvider.IncludeType(TypeInfo) 方法

定义

包括类型。

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

参数

type
TypeInfo

要包含的类型。

返回

如果包含 ,则为 True。

适用于