VersionControlServer.GetExtendedItems 方法 (array<ItemSpec[], DeletedState, ItemType, GetItemsOptions, array<String[])

取得陣列符合指定的準則儲存機制的 ExtendedItem 物件,每個 ItemSpec中。

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

語法

'宣告
Public Function GetExtendedItems ( _
    itemSpecs As ItemSpec(), _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As GetItemsOptions, _
    itemPropertyFilters As String() _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
    ItemSpec[] itemSpecs,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options,
    string[] itemPropertyFilters
)

參數

  • itemPropertyFilters
    類型:array<System.String[]
    項目屬性篩選。

傳回值

類型:array<array<Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem[][]
包含相符的 ExtendedItem 執行個體的陣列與每個指定的 ItemSpec

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

GetExtendedItems 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間