共用方式為


DirectoryCatalog.LoadedFiles 屬性

定義

取得目錄中目前載入的檔案集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ LoadedFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> LoadedFiles { get; }
member this.LoadedFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property LoadedFiles As ReadOnlyCollection(Of String)

屬性值

目錄中目前載入的檔案集合。

適用於