IQueryCollection.Keys 属性

定义

获取包含 ICollection<T> 的键的 IQueryCollection

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
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>,它包含实现 IQueryCollection 的对象的键。

适用于