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