Click or drag to resize

ICommandProviderGetCommandFor Method

Looks up a command

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
UICommand GetCommandFor(
	string commandId
)

Parameters

commandId
Type: SystemString

Return Value

Type: UICommand
See Also