MetadataItem Struct

Definition

An item to display in MetadataControl.

public struct MetadataItem
type MetadataItem = struct
Public Structure MetadataItem
Inheritance
MetadataItem

Properties

AccessibleLabel

Gets or sets the automation name that will be set on the item. If not set, Label will be used.

Command

Gets or sets the command associated to the item. If null, the item will be displayed as a text field. If set, the item will be displayed as an hyperlink.

CommandParameter

Gets or sets the parameter that will be provided to the Command.

Label

Gets or sets the label of the item.

Applies to