IItemProperties インターフェイス

定義

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

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

注釈

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

プロパティ

名前 説明
ItemProperties

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

適用対象