UrlMappingCollection.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

一个字符串,表示键的值。

适用于