ICommandService.IsCommandSupported(Int32) Methode

Definitie

Retourneert een Booleaanse waarde die aangeeft of de opgegeven opdracht-id wordt ondersteund.

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

Parameters

commandId
Int32

De opdracht-id die moet worden gecontroleerd.

Retouren

true als de opgegeven opdracht-id wordt ondersteund; anders, false.

Van toepassing op