Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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
- linkTypeReferenceName
Type: System.String
The reference name of the desired WorkItemLinkType.
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkType
The WorkItemLinkType in this collection that has the specified reference name.
.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.