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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>
Return Value
Type: System.Collections.Generic.IEnumerable<PropertyDefinition>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.