Share via


ISession.Keys 屬性

定義

列舉所有索引鍵,如果有的話。

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

屬性值

適用於