IItemProperties 인터페이스

정의

개체의 속성에 대한 정보를 제공하는 속성을 정의합니다.

public interface class IItemProperties
public interface IItemProperties
type IItemProperties = interface
Public Interface IItemProperties
파생

설명

A CollectionView 는 인터페이스를 IItemProperties 구현하여 컬렉션의 항목에서 사용할 수 있는 속성에 대한 정보를 제공할 수 있습니다.

속성

Name Description
ItemProperties

컬렉션의 항목에서 사용할 수 있는 속성에 대한 정보가 들어 있는 컬렉션을 가져옵니다.

적용 대상