DirectoryCatalog.LoadedFiles Propiedad

Definición

Obtiene la colección de archivos actualmente cargados en el catálogo.

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)

Valor de propiedad

Colección de archivos actualmente cargados en el catálogo.

Se aplica a