다음을 통해 공유


CoreAutomationRegistrar.UnregisterAnnotationType 메서드

정의

RegisterAnnotationType(System.Guid)을 사용하여 텍스트 범위에 대해 이전에 등록된 사용자 지정 주석 형식의 등록을 취소합니다.

public:
 static void UnregisterAnnotationType(AutomationAnnotationTypeRegistration registration);
 static void UnregisterAnnotationType(AutomationAnnotationTypeRegistration const& registration);
public static void UnregisterAnnotationType(AutomationAnnotationTypeRegistration registration);
function unregisterAnnotationType(registration)
Public Shared Sub UnregisterAnnotationType (registration As AutomationAnnotationTypeRegistration)

매개 변수

registration
AutomationAnnotationTypeRegistration

RegisterAnnotationType(System.Guid)에서 반환된 등록 개체입니다.

설명

주석 형식 등록은 등록된 프로세스만큼 지속됩니다. 이 메서드를 호출하거나 등록이 등록된 프로세스와 함께 등록이 만료되도록 할 수 있습니다.

동일한 주석 형식이 두 번 이상 등록된 경우 각각에 대해 이 메서드를 호출해야 합니다.

적용 대상