Compartir a través de


RegisteredLinkTypeCollection.Item (Propiedad) (RegisteredLinkType)

Nota: esta API ya está obsoleta.

Obsoleto. Obtiene el vínculo registrado especificado escribir en esta colección.

Espacio de nombres:  Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado:  Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("This method is obsolete, will be removed in RTM tree. use this[string name] instead")> _
Public ReadOnly Property Item ( _
    registeredType As RegisteredLinkType _
) As RegisteredLinkType
[ObsoleteAttribute("This method is obsolete, will be removed in RTM tree. use this[string name] instead")]
public RegisteredLinkType this[
    RegisteredLinkType registeredType
] { get; }

Parámetros

Valor de propiedad

Tipo: Microsoft.TeamFoundation.WorkItemTracking.Client.RegisteredLinkType
El tipo de vínculo registrado especificado.

Seguridad de .NET Framework

Vea también

Referencia

RegisteredLinkTypeCollection Clase

Item (Sobrecarga)

Microsoft.TeamFoundation.WorkItemTracking.Client (Espacio de nombres)