ITestPlan.CreateLink Method
Creates a new, empty ITestExternalLink.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function CreateLink As ITestExternalLink
ITestExternalLink CreateLink()
ITestExternalLink^ CreateLink()
abstract CreateLink : unit -> ITestExternalLink
function CreateLink() : ITestExternalLink
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestExternalLink
A new and empty external link object.
Remarks
This object must be added to the ITestPlan.Links collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.