ICommandService.IsCommandSupported(Int32) Método

Definición

Devuelve un valor booleano que indica si se admite el identificador de comando especificado.

public:
 bool IsCommandSupported(int commandId);
public bool IsCommandSupported(int commandId);
abstract member IsCommandSupported : int -> bool
Public Function IsCommandSupported (commandId As Integer) As Boolean

Parámetros

commandId
Int32

Identificador de comando que se va a comprobar.

Devoluciones

true si se admite el identificador de comando especificado; de lo contrario, false.

Se aplica a