Commit 6fba1da8 6fba1da8101de4e1aef1fc1ad14aff86d948bb04 by Christian Gerdes

Merge with master to get bugfix #11

2 parents a23627ef 466256ef
......@@ -73,6 +73,14 @@
<param name="guid"></param>
<returns></returns>
</member>
<member name="M:WebTest.WebService.Plugin.ResultTab.Connect.SearchProjectItemsForWebTest(EnvDTE.ProjectItems,System.Guid)">
<summary>
Iterates all project items and sub items for webtests and returns a match if found or null.
</summary>
<param name="items">The ProjectItem collection</param>
<param name="guid">The WebTest GUID to search for</param>
<returns></returns>
</member>
<member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest">
<summary>
Gets the details of currently open Web Test
......