<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MZ-Tools Articles Series: HOWTO: Add a filtered task with navigation to the Task List from a Visual Studio add-in</title><link>http://msmvps.com/blogs/carlosq/archive/2008/05/13/mz-tools-articles-series-howto-add-a-filtered-task-with-navigation-to-the-task-list-from-a-visual-studio-add-in.aspx</link><description>Another &amp;quot;task&amp;quot; that can be quite usual from a Visual Studio add-in is to add a task to the Task List or Error List. It happens in Visual Studio 2005/2008 that it is not as easy as it seems because of the following: - VS 2005/2008 uses a separate</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: MZ-Tools Articles Series: HOWTO: Add a filtered task with navigation to the Task List from a Visual Studio add-in</title><link>http://msmvps.com/blogs/carlosq/archive/2008/05/13/mz-tools-articles-series-howto-add-a-filtered-task-with-navigation-to-the-task-list-from-a-visual-studio-add-in.aspx#1652472</link><pubDate>Thu, 30 Oct 2008 08:17:38 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652472</guid><dc:creator>carlosq</dc:creator><description>&lt;p&gt;Hi Aloke,&lt;/p&gt;
&lt;p&gt;Post your questions in the MSDN Forum about Visual Studio Extensibility:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/forums/en-US/vsx/threads/"&gt;social.msdn.microsoft.com/.../threads&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652472" width="1" height="1"&gt;</description></item><item><title>re: MZ-Tools Articles Series: HOWTO: Add a filtered task with navigation to the Task List from a Visual Studio add-in</title><link>http://msmvps.com/blogs/carlosq/archive/2008/05/13/mz-tools-articles-series-howto-add-a-filtered-task-with-navigation-to-the-task-list-from-a-visual-studio-add-in.aspx#1652372</link><pubDate>Wed, 29 Oct 2008 15:07:06 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652372</guid><dc:creator>Aloke</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I want to delete the all the taskItems with a particular file name before loading additional task items. &lt;/p&gt;
&lt;p&gt;The code which does this is: &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For h As Int32 = 1 To taskList.TaskItems.Count&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If taskitems2.Item(h).FileName = xmlpath Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;taskList.TaskItems.Item(h).Delete()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End If&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Next&lt;/p&gt;
&lt;p&gt;But when I do this it deletes everything except the last task item. In short it does not delete all the items. &lt;/p&gt;
&lt;p&gt;Help!!!!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652372" width="1" height="1"&gt;</description></item><item><title>re: MZ-Tools Articles Series: HOWTO: Add a filtered task with navigation to the Task List from a Visual Studio add-in</title><link>http://msmvps.com/blogs/carlosq/archive/2008/05/13/mz-tools-articles-series-howto-add-a-filtered-task-with-navigation-to-the-task-list-from-a-visual-studio-add-in.aspx#1647019</link><pubDate>Sat, 06 Sep 2008 18:57:59 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647019</guid><dc:creator>Utkarsh</dc:creator><description>&lt;p&gt;Hi Carlos,&lt;/p&gt;
&lt;p&gt;I want to load the Task List with the &amp;quot;Add-ins and macros&amp;quot; selected when VS.NET IDE is first opened. However, I am not able to do so, when I use the Raise command in OnStartupComplete() method. Kindly let me know how to provide this feature.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647019" width="1" height="1"&gt;</description></item></channel></rss>