Share via


WorkItemLinkTypeCollection.Item Property

Gets the WorkItemLinkType in this collection that has the specified reference name.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'宣言
Public ReadOnly Default Property Item ( _
    linkTypeReferenceName As String _
) As WorkItemLinkType
    Get
public WorkItemLinkType this[
    string linkTypeReferenceName
] { get; }
public:
property WorkItemLinkType^ default[String^ linkTypeReferenceName] {
    WorkItemLinkType^ get (String^ linkTypeReferenceName);
}
member Item : WorkItemLinkType
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkType
The WorkItemLinkType in this collection that has the specified reference name.

.NET Framework Security

See Also

Reference

WorkItemLinkTypeCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace