次の方法で共有


PropertyMap.Keys プロパティ

定義

PropertyMap コレクションのプロパティ名を格納している ICollection オブジェクトを取得します。

public:
 property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public ReadOnly Property Keys As ICollection

プロパティ値

ICollection

PropertyMap コレクションのプロパティ名を格納している ICollection オブジェクト。

適用対象

こちらもご覧ください