MetadataControl.Items Property

Definition

Gets or sets the MetadataItem to display in the control. If it implements INotifyCollectionChanged, the control will automatically update itself.

public System.Collections.Generic.IEnumerable<Microsoft.Toolkit.Uwp.UI.Controls.MetadataItem> Items { get; set; }
member this.Items : seq<Microsoft.Toolkit.Uwp.UI.Controls.MetadataItem> with get, set
Public Property Items As IEnumerable(Of MetadataItem)

Property Value

Applies to