Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
WebServicePlugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
12
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6fba1da8
...
6fba1da8101de4e1aef1fc1ad14aff86d948bb04
authored
2018-02-08 17:29:29 +0100
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge with master to get bugfix
#11
2 parents
a23627ef
466256ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
WebTestWebServiceResultAddin/WebTest.WebService.Plugin.ResultTab.xml
WebTestWebServiceResultAddin/WebTest.WebService.Plugin.ResultTab.xml
View file @
6fba1da
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment