IKeyedCollectionItem<T> Interface

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

Type Parameters

T

<default>

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

.NET Framework

Supported in: 4.8

In this article

Definition