This document is archived and information here might be outdated. Recommended version. |
Indicates if the given command exists in the command pool.
[Visual Basic .NET] Public Function Exists ( _ ByVal Command As ICommand _ ) As Boolean
[C#] public bool Exists ( ICommand Command );
[C++]
HRESULT Exists(
ICommand* Command
);
[C++] Parameters Command [in]
Command is a parameter of type ICommand*
Indicates whether the specified command exists in the CommandPool.