Propriété IReadOnlyDictionary<K, T>.Item
Gets the value associated with the specified key.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
key As K _
) As T
Get
'Utilisation
Dim instance As IReadOnlyDictionary
Dim key As K
Dim value As T
value = instance(key)
T this[
K key
] { get; }
property T default[K key] {
T get (K key);
}
abstract Item : 'T
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- key
Type : K
The key of the value to get.
Valeur de propriété
Type : T
The value of the specified key.