RepositoryExtensions.GetVersionedItemProperty 方法
获取与版本控制项目关联的属性。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function GetVersionedItemProperty ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyNameFilters As String() _
) As StreamingCollection(Of ArtifactPropertyValue)
[WebMethodAttribute]
public StreamingCollection<ArtifactPropertyValue> GetVersionedItemProperty(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string[] propertyNameFilters
)
参数
- workspaceName
类型:System.String
- workspaceOwner
类型:System.String
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- versionSpec
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- deletedState
类型:Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- propertyNameFilters
类型:array<System.String[]
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。