TokenizingTextBoxItem Class   
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.
A control that manages as the item logic for the TokenizingTextBox control.
[Windows.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Windows.UI.Xaml.Controls.AutoSuggestBox))]
[Windows.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Windows.UI.Xaml.Controls.Primitives.ButtonBase))]
public class TokenizingTextBoxItem : Windows.UI.Xaml.Controls.ListViewItem[Windows.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Windows.UI.Xaml.Controls.AutoSuggestBox))]
[Windows.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Windows.UI.Xaml.Controls.Primitives.ButtonBase))]
[Windows.UI.Xaml.TemplatePart(Name="PART_TokensCounter", Type=typeof(Windows.UI.Xaml.Controls.TextBlock))]
public class TokenizingTextBoxItem : Windows.UI.Xaml.Controls.ListViewItem[<Windows.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Windows.UI.Xaml.Controls.AutoSuggestBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Windows.UI.Xaml.Controls.Primitives.ButtonBase))>]
type TokenizingTextBoxItem = class
    inherit ListViewItem[<Windows.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Windows.UI.Xaml.Controls.AutoSuggestBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Windows.UI.Xaml.Controls.Primitives.ButtonBase))>]
[<Windows.UI.Xaml.TemplatePart(Name="PART_TokensCounter", Type=typeof(Windows.UI.Xaml.Controls.TextBlock))>]
type TokenizingTextBoxItem = class
    inherit ListViewItemPublic Class TokenizingTextBoxItem
Inherits ListViewItem- Inheritance
- 
				Windows.UI.Xaml.Controls.ListViewItemTokenizingTextBoxItem
- Attributes
- 
			Windows.UI.Xaml.TemplatePartAttribute
Constructors
| TokenizingTextBoxItem() | Initializes a new instance of the TokenizingTextBoxItem class. | 
Fields
| ClearButtonStyleProperty | Identifies the ClearButtonStyle property. | 
Properties
| ClearButtonStyle | Gets or sets the Style for the 'Clear' Button | 
Methods
| OnApplyTemplate() | Windows.UI.Xaml.Controls.ListViewItem.OnApplyTemplate | 
Events
| ClearAllAction | Event raised when the delete key or a backspace is pressed. | 
| ClearClicked | Event raised when the 'Clear' Button is clicked. |