다음을 통해 공유


ItemAutomationPeer.Item 속성

정의

ItemAutomationPeer와 연결된 Items 컬렉션의 데이터 항목을 가져옵니다.

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); };
IInspectable Item();
public object Item { get; }
var object = itemAutomationPeer.item;
Public ReadOnly Property Item As Object

속성 값

Object

Platform::Object

IInspectable

데이터 항목입니다.

설명

이 속성은 다른 피어의 Owner 속성과 유사합니다(이 피어가 자동화 노출을 제공하는 개체에 대한 참조를 제공합니다). 해당 값은 ItemAutomationPeer 생성자에서 설정해야 합니다.

적용 대상