IFileTableService.OpenFiles Property
Applies to v2.
Gets a ObservableCollection<T> of open files for the file table service.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property OpenFiles As ObservableCollection(Of IEditor)
Get
'Usage
Dim instance As IFileTableService
Dim value As ObservableCollection(Of IEditor)
value = instance.OpenFiles
ObservableCollection<IEditor> OpenFiles { get; }
property ObservableCollection<IEditor^>^ OpenFiles {
ObservableCollection<IEditor^>^ get ();
}
abstract OpenFiles : ObservableCollection<IEditor>
function get OpenFiles () : ObservableCollection<IEditor>
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<IEditor>
The collection of open files.