Partager via


PropertyWebService.GetProperties, méthode

Obtient les valeurs de propriété

Espace de noms :  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function GetProperties ( _
    artifactSpecs As ArtifactSpec(), _
    propertyNameFilters As String(), _
    options As Integer _
) As StreamingCollection(Of ArtifactPropertyValue)
[WebMethodAttribute]
public StreamingCollection<ArtifactPropertyValue> GetProperties(
    ArtifactSpec[] artifactSpecs,
    string[] propertyNameFilters,
    int options
)

Paramètres

  • propertyNameFilters
    Type : array<System.String[]
    tableau de filtres de nom de propriété
  • options
    Type : System.Int32
    Les options à utiliser pour la requête (consultez le GetPropertiesOptions.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
une liste d'ArtifactPropertyValue qui correspondent aux critères de requête

Sécurité .NET Framework

Voir aussi

Référence

PropertyWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms