DynamicType.IDictionary.Keys propriedade
Obtém as teclas na coleção.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Private ReadOnly Property Keys As ICollection
Implements IDictionary.Keys
Get
'Uso
Dim instance As DynamicType
Dim value As ICollection
value = CType(instance, IDictionary).Keys
ICollection IDictionary.Keys { get; }
Valor de propriedade
Tipo: System.Collections.ICollection
O conjunto de chaves.