IDebugGenericParamField

表示托管代码泛型类型的参数。

语法

IDebugGenericParamField : IDebugField

实现者须知

用于支持泛型。

方法

除了 IDebugField 接口上的方法外,此接口还实现以下方法:

方法 说明
ConstraintCount 返回与此泛型参数关联的约束数。
GetConstraints 检索与此泛型参数关联的约束。
GetFlags 检索此泛型参数的标志。
GetIndex 检索此泛型参数的索引。
GetNameOfFormalParam 检索此泛型参数的名称。
GetOwner 检索此泛型参数的类型或方法所有者。

要求

标头:Sh.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll