VersionControlServer.GetItems 方法 (ItemSpec, VersionSpec, DeletedState, ItemType, GetItemsOptions)

取得陣列中指定的路徑和版本儲存機制的 Item 物件。

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

語法

'宣告
Public Function GetItems ( _
    itemSpec As ItemSpec, _
    version As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As GetItemsOptions _
) As ItemSet
public ItemSet GetItems(
    ItemSpec itemSpec,
    VersionSpec version,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options
)

參數

傳回值

類型:Microsoft.TeamFoundation.VersionControl.Client.ItemSet
Item 物件的陣列與路徑。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

GetItems 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間