메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

이 메서드를 사용하면 지정한 사용자 정의 명령이 등록되어 있는지 확인할 수 있습니다. 이 메서드를 사용해 사용자 지정 명령을 등록하기 전에 열거형 상수를 사용할 수 있는지 확인할 수 있습니다.

구문

C++

HRESULT IsUserCommandRegistered(
  MenuItemEnum  CommandId,
  VARIANT_BOOL* Result
);

C#

bool IsUserCommandRegistered( MenuItemEnum CommandId );

Visual Basic .NET

Function IsUserCommandRegistered(CommandId As MenuItemEnum) As Boolean

Parameter

CommandId [in] 사용자 명령에 해당하는 MenuItemEnum 상수를 지정합니다. Result [out, retval] 명령이 등록되어 있는지 여부를 지정합니다. 값이 TRUE이면 해당 명령은 이미 이미 등록되어 있으므로 이 상수를 다른 명령에 사용할 수 없습니다.

반환 값

이 메서드에는 특정한 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값을 반환합니다.

참고 항목

Commands