IKeyedCollectionDisposableItem<T> Interface

Interface for the Eyeshot keyed collection with disposable items.
Public Interface IKeyedCollectionDisposableItem(Of  _ 
T As IKeyedCollectionDisposableItem(Of T)) 
Inherits IKeyedCollectionItem(Of T), _ 
IDisposable
This language is not supported or no code example is available.
public interface IKeyedCollectionDisposableItem<T> : IKeyedCollectionItem<T>, 
IDisposable 
where T : IKeyedCollectionDisposableItem<T>
This language is not supported or no code example is available.

Type Parameters

T

Methods
 
Name Description
Public method GetKey() Gets the key for the item of the collection. (inherited from IKeyedCollectionItem<T>).
Public method SetKey(string) Sets the key for the item of the collection. (inherited from IKeyedCollectionItem<T>).
Top
Events
 
Name Description
Public event KeyChanged The key changed event. (inherited from INotifyKeyChanged).
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition