296 questions
How to add my custom named "Help" setting under Options->Envrionment when using TOOL->Import and Export Settings
Leandre Croteau
0
Reputation points
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
But I don't know how to add it under
With [ProvideProfileAttribute(typeof(AcfHelpProviderPage), ""
Developer technologies Visual Studio Extensions
Sign in to answer