IRecognize<T>.PromptArgs 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.
Return the arguments to pass to the prompt.
public object[] PromptArgs ();
abstract member PromptArgs : unit -> obj[]
Public Function PromptArgs () As Object()
Returns
Object[]
An array of arguments.
Remarks
For example a numeric recognizer might pass min and max values.