I just created an add-in in Visual Studio using the wizard.It looks like the wizard created a class named ThisAddIn: /// <summary> /// A class for looking up declarative information in the associated configuration xml file (.esriaddinx). /// </summary> internal static class ThisAddIn {The class is in the file Config.Designer.cs.Is this what you were looking for?
MsgBox(My.ThisAddIn.Description & vbNewLine & My.ThisAddIn.Version & vbNewLine & My.ThisAddIn.Author)
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.