KeyDictionary.Item PropertyKeyDictionary.Item PropertyKeyDictionary::Item Property
- XmlPrime 5.0
- Other Versions ▼
Gets or sets the key with the specified name.
Syntax
Public Property Item As IList(Of Key) ( name As System.Xml.XmlQualifiedName _ ) Get Set(ByVal value As IList(Of Key))
public IList<Key> this [ System.Xml.XmlQualifiedName name ] { get; set; }
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the key to get or set.
Property Value
Type: System.Collections.Generic.IList<T>System.Collections.Generic.IList(Of T)System.Collections.Generic::IList<T>^
The type of the key with the specified name.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
name or the supplied value is null
a null reference (Nothing in Visual Basic)
nullptr .
|
KeyNotFoundExceptionKeyNotFoundExceptionKeyNotFoundException | The property is retrieved and the key with the specified name is not found. |