ClientTargetCollection.GetKey(Int32) 方法

定义

获取指定元素的集合键。

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

参数

index
Int32

要获取的元素的集合索引。

返回

String

包含键值的字符串。

适用于