你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableEntity.Keys 属性

定义

获取包含 ICollection<T> 的键的 IDictionary<TKey,TValue>

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

属性值

一个 ICollection<T>,它包含实现 IDictionary<TKey,TValue> 的对象的键。

实现

适用于