检索值字符串的数量为指定的属性或字段显示。
HRESULT GetValueDisplayStringCount (
DWORD displayKind,
IDebugField * propertyOrField,
ULONG * pcelt
);
int GetValueDisplayStringCount (
uint displayKind,
IDebugField propertyOrField,
out ulong pcelt
);
参数
displayKind
[in] 从 DisplayKind 枚举值。propertyOrField
[in] 表示属性或字段的 IDebugField 接口。pcelt
[out] 返回值字符串的数量显示。
返回值
如果成功,则返回; S_OK否则,返回错误代码。