TokenizingTextBox.UpdateCurrentTextEdit(ITokenStringContainer) Method
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.
Helper to change out the currently focused text element in the control.
protected void UpdateCurrentTextEdit (Microsoft.Toolkit.Uwp.UI.Controls.ITokenStringContainer edit);
member this.UpdateCurrentTextEdit : Microsoft.Toolkit.Uwp.UI.Controls.ITokenStringContainer -> unit
Protected Sub UpdateCurrentTextEdit (edit As ITokenStringContainer)
Parameters
ITokenStringContainer element which is now the main edited text.