TeamFoundationRequestInformation.Parameters 属性

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

语法

声明
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public ReadOnly Property Parameters As List(Of KeyValue(Of String, String))
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public List<KeyValue<string, string>> Parameters { get; }

属性值

类型:System.Collections.Generic.List<KeyValue<String, String>>
返回 List<T>

.NET Framework 安全性

请参见

参考

TeamFoundationRequestInformation 类

Microsoft.TeamFoundation.Framework.Server 命名空间