UITextInput_Extensions.InsertDictationResult(IUITextInput, NSArray) 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.
Inserts a dictation result at the current position.
public static void InsertDictationResult (this UIKit.IUITextInput This, Foundation.NSArray dictationResult);
static member InsertDictationResult : UIKit.IUITextInput * Foundation.NSArray -> unit
Parameters
- This
- IUITextInput
The instance on which this method operates.
- dictationResult
- NSArray