共用方式為


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[]

檔案名稱的陣列。

適用於