How do I use TFS sdk to get the list of hyperlink names that are linked to a tfs workitem.
Currently I can see only 1 property HyperLinkCount which just gets me the count of hyperlinks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use the
Linksproperty of theWorkItem.The links of type
Microsoft.TeamFoundation.WorkItemTracking.Client.Hyperlinkare the ones you are after, you can get them like so: