Interactable.SendVoiceCommands(String, Int32, Int32) 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.
call OnVoinceCommand methods on receivers or IInteractableHandlers
protected:
void SendVoiceCommands(System::String ^ command, int index, int length);
protected void SendVoiceCommands (string command, int index, int length);
member this.SendVoiceCommands : string * int * int -> unit
Protected Sub SendVoiceCommands (command As String, index As Integer, length As Integer)
Parameters
- command
- String
- index
- Int32
- length
- Int32