HttpFileCollectionWrapper.GetKey(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳指定索引中已發佈檔案物件的名稱。
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
要回傳的物件名稱索引。
傳回
由 所指定的 index已發佈檔案物件名稱。
例外狀況
index 超出該集合有效索引範圍。