我使用最小起订量和我的问题 Tfs 属性 (ItemSet),如何使用最小起订量,因为 ItemSet 只能获得...
public sealed class ItemSet
{
public Item[] Items { get; }
public string Pattern { get; }
public string QueryPath { get; }
public override string ToString();
}
样本,
ItemSet allItems = versionControl.GetItems(@"$/");
如何在单元测试和模拟中写作?