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)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.