MetadataItem Struct
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.
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. |