VersionControlServer.GetItems 方法 (array<ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions, array<String[], array<String[])
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function GetItems ( _
itemSpecs As ItemSpec(), _
version As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
options As GetItemsOptions, _
itemPropertyFilters As String(), _
itemAttributeFilters As String() _
) As ItemSet()
public ItemSet[] GetItems(
ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
string[] itemPropertyFilters,
string[] itemAttributeFilters
)
參數
- itemSpecs
類型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
項目的項目規範,可能是伺服器或區域。
- version
類型:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
項目的版本。
- deletedState
類型:Microsoft.TeamFoundation.VersionControl.Client.DeletedState
描述的傳回旗標是否已刪除項目及/或非刪除項目。
- itemType
類型:Microsoft.TeamFoundation.VersionControl.Client.ItemType
描述的旗標是否傳回檔案和資料夾。
- options
類型:Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions
其他行為旗標 (請參閱 GetItemsOptions)。
- itemPropertyFilters
類型:array<System.String[]
項目屬性篩選條件
- itemAttributeFilters
類型:array<System.String[]
項目屬性篩選。
傳回值
類型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]
比對路徑的項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。