SemanticZoomLocation.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the display item as it exists in the current view of a 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
Property Value
The specific item in the SemanticZoom.