Interface IAutoCompleteSource
Namespace: SociallyDistant.Core.OS.Devices
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IAutoCompleteSourceMethods
GetCompletions(StringBuilder, out int)
Declaration
IReadOnlyList<string> GetCompletions(StringBuilder text, out int insertionPoint)Parameters
| Type | Name | Description | 
|---|---|---|
| StringBuilder | text | |
| int | insertionPoint | 
Returns
| Type | Description | 
|---|---|
| IReadOnlyList<string> |