public interface IEditorComponentContainer<T> : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposable
where T : IEditorComponent
Public Interface IEditorComponentContainer(Of T As IEditorComponent)
Inherits IEditorComponent, IViewModel, INotifyPropertyChanged, IDisposablegeneric<typename T>
where T : IEditorComponent
public interface class IEditorComponentContainer : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposabletype IEditorComponentContainer<'T when 'T : IEditorComponent> =
interface
interface IEditorComponent
interface IViewModel
interface INotifyPropertyChanged
interface IDisposable
end| Editor | (Унаследован от IEditorComponent) |
| Items | |
| Model | (Унаследован от IViewModel) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
| PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |