Freigeben über


TeamFoundationPropertyService.GetPropertyDefinitions-Methode

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

Syntax

'Declaration
Public Function GetPropertyDefinitions ( _
    requestContext As TeamFoundationRequestContext, _
    propertyNameFilters As IEnumerable(Of String) _
) As IEnumerable(Of PropertyDefinition)
public IEnumerable<PropertyDefinition> GetPropertyDefinitions(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> propertyNameFilters
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<PropertyDefinition>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationPropertyService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace