Gives access to the repository using the keys of the objects

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public T this[
	string key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	key As String _
) As T
	Get
JScript
JScript does not support indexed properties.

Parameters

key
Type: System..::..String

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf there is no object with the name specified an exception is thrown

See Also