UITextView.InsertDictationResult(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.
Used to select a UIDictationPhrase from a collection of possible phrases.
[Foundation.Export("insertDictationResult:")]
public virtual void InsertDictationResult (Foundation.NSArray dictationResult);
abstract member InsertDictationResult : Foundation.NSArray -> unit
override this.InsertDictationResult : Foundation.NSArray -> unit
Parameters
- dictationResult
- NSArray
An array of UIDictationPhrase objects.
- Attributes