This documentation is archived and is not being maintained.
WorkItemLinkTypeEndCollection::TryGetByName Method
Visual Studio 2013
Attempts to get a WorkItemLinkTypeEnd in this collection that has the specified name or immutable name. Passes out the WorkItemLinkTypeEnd.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public: bool TryGetByName( String^ linkTypeEndName, [OutAttribute] WorkItemLinkTypeEnd^% linkTypeEnd )
Parameters
- linkTypeEndName
- Type: System::String
The name or immutable name of the WorkItemLinkTypeEnd.
- linkTypeEnd
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemLinkTypeEnd%
The WorkItemLinkTypeEnd object. Passed by reference.
Return Value
Type: System::BooleanTrue if the specified WorkItemLinkTypeEnd instance was found and passed through linkTypeEnd; otherwise, false.
- 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.
Show: