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), ""

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
235 questions
{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.