다음을 통해 공유


SemanticZoomLocation.Item 속성

정의

SemanticZoom의 현재 보기에 있는 표시 항목을 가져오거나 설정합니다.

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Item();

void Item(IInspectable value);
public object Item { get; set; }
var object = semanticZoomLocation.item;
semanticZoomLocation.item = object;
Public Property Item As Object

속성 값

Object

Platform::Object

IInspectable

SemanticZoom의 특정 항목입니다.

적용 대상