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
所指定的張貼檔案物件名稱。