Repository.QueryAnnotation 方法
查询批注与特定项目。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryAnnotation ( _
annotationName As String, _
annotatedItem As String, _
version As Integer _
) As List(Of Annotation)
[WebMethodAttribute]
public List<Annotation> QueryAnnotation(
string annotationName,
string annotatedItem,
int version
)
参数
- annotationName
类型:System.String
批注的名称。
- annotatedItem
类型:System.String
服务器项目规范。
- version
类型:System.Int32
annotatedItem的版本。
返回值
类型:System.Collections.Generic.List<Annotation>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。