TeamFoundationVersionControlService.QueryItemsExtended 方法 (TeamFoundationRequestContext, String, String, array<ItemSpec[], DeletedState, ItemType, Int32, array<String[])
对于每个输入 ItemSpec,检索符合指定的条件扩展的项列表。
如果“路径”参数是文件,则返回包含该文件的安装项目。 如果“路径是”文件夹,返回该文件夹包含所有项目的安装项目。 如果“路径”包含通配符,返回与通配符的设置在指定的文件夹中。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function QueryItemsExtended ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
deletedState As DeletedState, _
itemType As ItemType, _
options As Integer, _
itemPropertyFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryItemsExtended(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
DeletedState deletedState,
ItemType itemType,
int options,
string[] itemPropertyFilters
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- workspaceName
类型:System.String
工作区域的名称,因此,如果本地映射是必需的。可能为 null。
- workspaceOwner
类型:System.String
工作区域的所有者。可能为 null。
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
列表项的项目说明符,这可能是服务器或本地。
- deletedState
类型:Microsoft.TeamFoundation.VersionControl.Server.DeletedState
表示的标志返回是否删除的项目,未删除的项目或两个。
- itemType
类型:Microsoft.TeamFoundation.VersionControl.Server.ItemType
表示的标记是否返回文件,文件夹或两个。
- options
类型:System.Int32
选项。
- itemPropertyFilters
类型:array<System.String[]
列出属性名称返回在 ExtendedItem 对象是否存在。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:ExtendedItem[][] - ExtendedItem 数组,包含匹配的 ExtendedItem 实例的每个与每个指定的项规范的项。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。