Skip to content

Commit e69a8d3

Browse files
committed
[RichSuggestBox] Add missing method declaration to IDL
1 parent 250baa3 commit e69a8d3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

XamlToolkit.WinUI.Controls/RichSuggestBox/RichSuggestBox.idl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,13 @@ namespace XamlToolkit.WinUI.Controls
9393
void ClearUndoRedoSuggestionHistory();
9494

9595
void Clear();
96+
97+
void AddTokens(Windows.Foundation.Collections.IIterable<RichSuggestToken> tokens);
98+
99+
void Load(String rtf, Windows.Foundation.Collections.IIterable<RichSuggestToken> tokens);
100+
101+
Boolean TryGetTokenFromRange(Microsoft.UI.Text.ITextRange range, out RichSuggestToken token);
102+
103+
Windows.Foundation.Rect GetRectFromRange(Microsoft.UI.Text.ITextRange range);
96104
}
97105
}

0 commit comments

Comments
 (0)