TeamFoundationVersionControlService.GetVersionedItemProperty 方法

注意:此 API 现在已过时。

获取属性与一个已进行版本管理的项。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
<ObsoleteAttribute("Please use QueryItems to retrieve versioned item attributes.",  _
    False)> _
Public Function GetVersionedItemProperty ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    itemSpecs As ItemSpec(), _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyNameFilters As String() _
) As TeamFoundationDataReader
[ObsoleteAttribute("Please use QueryItems to retrieve versioned item attributes.", 
    false)]
public TeamFoundationDataReader GetVersionedItemProperty(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    ItemSpec[] itemSpecs,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string[] propertyNameFilters
)

参数

  • workspaceName
    类型:System.String
    使用工作区的名称为映射服务器路径本地的路径,如果提供本地路径itemSpecs。
  • workspaceOwner
    类型:System.String
    工作区所有者的名称,如果提供工作区名称。
  • propertyNameFilters
    类型:array<System.String[]
    属性名称筛选应用于查询。匹配筛选器的仅属性名称将返回。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果TeamFoundationDataReader顺序如下:ArtifactPropertyValue [in] -项目每个匹配的已进行版本管理的项的属性值。

.NET Framework 安全性

请参见

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间