How to add my custom named "Help" setting under Options->Envrionment when using TOOL->Import and Export Settings

Leandre Croteau 0 Reputation points
2024-12-18T14:28:59.38+00:00

I was able to add my custom setting "Help" under TOOLS->Options->Environment with this code

[ProvideOptionPageAttribute(typeof(AcfHelpProviderPage), "Environment", "Help", 0, 113, true)]

Where 113 value is Help

User's image

But I don't know how to add it under

User's image

With [ProvideProfileAttribute(typeof(AcfHelpProviderPage), ""

Developer technologies Visual Studio Extensions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.