หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the number of value strings to display for the specified property or field.
Syntax
int GetValueDisplayStringCount (
uint displayKind,
IDebugField propertyOrField,
out ulong pcelt
);
Parameters
displayKind
[in] Value from the DisplayKind enumeration.
propertyOrField
[in] An IDebugField interface that represents a property or field.
pcelt
[out] Returns the number of value strings to display.
Return Value
If successful, returns S_OK; otherwise, returns an error code.