TeamFoundationPropertyService.GetPropertyDefinitions Method

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
)
public:
IEnumerable<PropertyDefinition^>^ GetPropertyDefinitions(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<String^>^ propertyNameFilters
)
member GetPropertyDefinitions : 
        requestContext:TeamFoundationRequestContext * 
        propertyNameFilters:IEnumerable<string> -> IEnumerable<PropertyDefinition> 
public function GetPropertyDefinitions(
    requestContext : TeamFoundationRequestContext, 
    propertyNameFilters : IEnumerable<String>
) : IEnumerable<PropertyDefinition>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationPropertyService Class

Microsoft.TeamFoundation.Framework.Server Namespace