要求されたページは選択されたバージョンでは利用できない。
DoesItemExist
Syntax
Boolean DoesItemExist(string text)
Description
Determine whether an item with the specified text exists in the control’s list.
Parameters
text
String value specifying the text of item to search for.
Return Value
- Python harness: Return TRUE ifitem with specified text exists; otherwise, FALSE.
- Java and C# harness: Return 1 ifitem with specified text exists; otherwise, 0.