IItemProperties インターフェイス

定義

オブジェクトのプロパティに関する情報を提供するプロパティを定義します。

public interface class IItemProperties
public interface IItemProperties
type IItemProperties = interface
Public Interface IItemProperties
派生

注釈

CollectionViewでは、 インターフェイスをIItemProperties実装して、コレクション内の項目で使用できるプロパティに関する情報を提供できます。

プロパティ

ItemProperties

コレクション内の項目で使用できるプロパティに関する情報を格納するコレクションを取得します。

適用対象