HttpFileCollectionWrapper.GetKey(Int32) 方法

定义

返回指定索引处的已发布文件对象的名称。

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

参数

index
Int32

要返回的对象名称的索引。

返回

String

index 指定的已发布文件对象的名称。

例外

index 超出了集合的有效索引范围。

适用于