Share via


Metodo TeamFoundationPropertyService.GetPropertyDefinitions

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

Sintassi

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

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationPropertyService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server