ITestAggregation.Links Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
ReadOnly Property Links As Link()
'使用
Dim instance As ITestAggregation
Dim value As Link()

value = instance.Links
Link[] Links { get; }
property array<Link^>^ Links {
    array<Link^>^ get ();
}
function get Links () : Link[]

Property Value

Type: []

Permissions

See Also

Reference

ITestAggregation Interface

ITestAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace