_OlkListBox.GetItem(Int32) 方法

定义

在 C# ) 中获取一个 字符串 (字符串,该 字符串 表示列表中的指定位置上的项。

public:
 System::String ^ GetItem(int Index);
public string GetItem (int Index);
Public Function GetItem (Index As Integer) As String

参数

Index
Int32

从零开始计数的值,指定项目在列表中的位置。

返回

C# 中的字符串 (字符串) 值,该值表示列表中的指定位置上的项。

注解

如果 Index 超出允许值的范围, (介于 0 和 ListCount-1) 之间,则将返回边界外错误。

适用于