Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试读出 VSO 板上的所有列名,但不知道该怎么做。
我正在使用 c# 包装器 VisualStudioOnline.Api.Rest 和代码:
var fieldInfo = _clientWit.GetField("System.BoardColumn").Result;
这只会给我以下信息:名称、只读、参考名称、类型和网址。
我想获取所有列的名称。