共用方式為


ValidationStateDictionary.Keys 屬性

定義

取得 ICollection<T>,包含 IDictionary<TKey,TValue> 的索引鍵。

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Keys { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Keys As ICollection(Of Object)

屬性值

實作

適用於