This documentation is archived and is not being maintained.

RegisteredLinkTypeCollection::Item Property (RegisteredLinkType)

Note: This API is now obsolete.

Obsolete. Gets the specified registered link type in this collection.

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

[ObsoleteAttribute(L"This method is obsolete, will be removed in RTM tree. use this[string name] instead")]
public:
property RegisteredLinkType^ Item[RegisteredLinkType^ registeredType] {
	RegisteredLinkType^ get (RegisteredLinkType^ registeredType);
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::RegisteredLinkType
The specified registered link type.

Show: