HttpFileCollectionBase.AllKeys 屬性

定義

在衍生類別中覆寫時,取得包含集合中所有張貼檔案物件之索引鍵 (名稱) 的陣列。

public:
 virtual property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public virtual string[] AllKeys { get; }
member this.AllKeys : string[]
Public Overridable ReadOnly Property AllKeys As String()

屬性值

String[]

檔案名稱的陣列。

例外狀況

適用於