TeamFoundationPropertyService.GetPropertyDefinitions 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

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

参数

返回值

类型:System.Collections.Generic.IEnumerable<PropertyDefinition>

.NET Framework 安全性

请参阅

参考

TeamFoundationPropertyService 类

Microsoft.TeamFoundation.Framework.Server 命名空间