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.
Checks whether a WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function Contains ( _
linkTypeName As String _
) As Boolean
public bool Contains(
string linkTypeName
)
public:
bool Contains(
String^ linkTypeName
)
member Contains :
linkTypeName:string -> bool
public function Contains(
linkTypeName : String
) : boolean
Parameters
- linkTypeName
Type: System.String
The name or immutable name of the WorkItemLinkTypeEnd to check for.
Return Value
Type: System.Boolean
True if the WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection; otherwise, false.
.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.