<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can I access values in Config.esriaddinx in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730481#M19452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the addin tool I've written I've got a help-&amp;gt;about menu item which displays the version number of the software. I notice that in Config.esriaddinx there is a version number attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Is there a way for me to get that version number attribute within my code or would I have to modify each value seperately? I'm working in VB .NET.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 22:55:32 GMT</pubDate>
    <dc:creator>AllanMills</dc:creator>
    <dc:date>2011-07-19T22:55:32Z</dc:date>
    <item>
      <title>Can I access values in Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730481#M19452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the addin tool I've written I've got a help-&amp;gt;about menu item which displays the version number of the software. I notice that in Config.esriaddinx there is a version number attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Is there a way for me to get that version number attribute within my code or would I have to modify each value seperately? I'm working in VB .NET.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 22:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730481#M19452</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2011-07-19T22:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access values in Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730482#M19453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In C# there is a static class &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ThisAddIn&lt;/SPAN&gt;&lt;SPAN&gt; in the "Config.Designer.cs" file that has a bunch of properties that reflect the config, and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Version&lt;/SPAN&gt;&lt;SPAN&gt; is one of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ThisAddIn.Version &lt;/SPAN&gt;&lt;SPAN&gt;will get the version string in C#.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Must be something similar in VB.NET.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 23:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730482#M19453</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-07-19T23:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access values in Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730483#M19454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, I don't actually have a Config.Designer.cs file in my project. Just a Config.essriaddinx - not sure if it's a C# thing or something to do with the addin type though. Thanks though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 23:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730483#M19454</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2011-07-19T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access values in Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730484#M19455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try: My.ThisAddIn.Version&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 01:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730484#M19455</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-07-20T01:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access values in Config.esriaddinx</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730485#M19456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That works, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 02:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-i-access-values-in-config-esriaddinx/m-p/730485#M19456</guid>
      <dc:creator>AllanMills</dc:creator>
      <dc:date>2011-07-20T02:43:17Z</dc:date>
    </item>
  </channel>
</rss>

