VersionControlLabel.Items 屬性

在標籤包含項目清單和它們的版本。 只能在 includeItems = true QueryLabels 的結果。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Items As StreamingCollection(Of Item)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<Item> Items { get; set; }

屬性值

類型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Item>
傳回 StreamingCollection<T>

.NET Framework 安全性

請參閱

參考

VersionControlLabel 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間