DirectoryCatalog.LoadedFiles Property

Definition

Gets the collection of files currently loaded in the catalog.

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)

Property Value

A collection of files currently loaded in the catalog.

Applies to