Partilhar via


Método RepositoryExtensions.GetVersionedItemProperty

Obtém as propriedades associadas com os itens com versão.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<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
)

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>

Segurança do .NET Framework

Consulte também

Referência

RepositoryExtensions Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server