Freigeben über


IPropertyService.GetProperties-Methode (array<ArtifactSpec[], array<String[], GetPropertiesOptions)

Abrufen der Eigenschaftswerte ab, die mit dem angegebenen Artefakt- und Filtern zugeordnet werden

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function GetProperties ( _
    artifactSpecs As ArtifactSpec(), _
    propertyNameFilters As String(), _
    options As GetPropertiesOptions _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
    ArtifactSpec[] artifactSpecs,
    string[] propertyNameFilters,
    GetPropertiesOptions options
)

Parameter

  • propertyNameFilters
    Typ: array<System.String[]
    und Eigenschaftennamenfilter Array

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]

.NET Framework-Sicherheit

Siehe auch

Referenz

IPropertyService Schnittstelle

GetProperties-Überladung

Microsoft.TeamFoundation.Framework.Client-Namespace