AttachToAnything.Internal.ProvideOptionPageInExistingCategoryAttribute.Unregister C# (CSharp) Метод

Unregister() публичный Метод

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Результат void
        public override void Unregister(RegistrationContext context)
        {
            context.RemoveKey(GetPageRegKeyPath());
        }