Compartir a través de


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

El identificador de comando que se va a comprobar.

Devoluciones

Boolean

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

Se aplica a