VersionControlServer.GetExtendedItems 方法 (array<ItemSpec[], DeletedState, ItemType, GetItemsOptions)
取得陣列符合指定的準則儲存機制的 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 _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options
)
參數
- itemSpecs
類型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
項目的項目規範,可能是伺服器或區域。
- deletedState
類型:Microsoft.TeamFoundation.VersionControl.Client.DeletedState
描述的傳回旗標是否已刪除項目及/或非刪除項目。
- itemType
類型:Microsoft.TeamFoundation.VersionControl.Client.ItemType
描述的旗標是否傳回檔案和資料夾。
- options
類型:Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions
取得作業的選項 (請參閱 GetItemsOptions)。
傳回值
類型:array<array<Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem[][]
包含相符的 ExtendedItem 執行個體的陣列與每個指定的 ItemSpec。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。