Condividi tramite


Metodo PropertyWebService.GetProperties

Ottiene i valori delle proprietà

Spazio dei nomi:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

  • propertyNameFilters
    Tipo: array<System.String[]
    matrice di filtri nome proprietà
  • options
    Tipo: System.Int32
    Opzioni da utilizzare per la query - vedere GetPropertiesOptions.

Valore restituito

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
un elenco di ArtifactPropertyValue corrispondente ai criteri di richiesta

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyWebService Classe

Spazio dei nomi Microsoft.TeamFoundation.Server.Core.WebServices