HttpFileCollectionWrapper.AllKeys 屬性

定義

會取得一個陣列,包含集合中所有已發佈檔案物件的鍵(名稱)。

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

屬性值

String[]

一組檔案名稱陣列。

適用於