ITestBase.LoadActions(String, IList<TestAttachmentLink>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Load actions with teststeps and attachments
public void LoadActions(string xmlString, System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestAttachmentLink> links);
abstract member LoadActions : string * System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestAttachmentLink> -> unit
Public Sub LoadActions (xmlString As String, links As IList(Of TestAttachmentLink))
Parameters
- xmlString
- String
- links
- IList<TestAttachmentLink>