HttpFileCollectionBase.GetKey(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,返回指定索引处已发布文件对象的名称。
public:
virtual System::String ^ GetKey(int index);
public virtual string GetKey (int index);
abstract member GetKey : int -> string
override this.GetKey : int -> string
Public Overridable Function GetKey (index As Integer) As String
参数
- index
- Int32
要返回的对象名称的索引。
返回
index
指定的已发布文件对象的名称。