Compartir a través de


PropertyWebService.GetProperties (Método)

Obtiene los valores de propiedad

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core.WebServices
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<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
)

Parámetros

  • propertyNameFilters
    Tipo: array<System.String[]
    matriz de filtros de nombre de propiedad
  • options
    Tipo: System.Int32
    Opciones que se utilizan para consulta (vea GetPropertiesOptions.

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
una lista de ArtifactPropertyValue que coincide con los criterios de solicitud

Seguridad de .NET Framework

Vea también

Referencia

PropertyWebService Clase

Microsoft.TeamFoundation.Server.Core.WebServices (Espacio de nombres)