ISharedParameterDataRow.ParameterValues 属性

 

发布时间: 2016年4月

命名空间:   Microsoft.TeamFoundation.TestManagement.Common
程序集:  Microsoft.TeamFoundation.TestManagement.Common(Microsoft.TeamFoundation.TestManagement.Common.dll 中)

语法

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
List<IKeyValuePair> ParameterValues { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property List<IKeyValuePair^>^ ParameterValues {
    List<IKeyValuePair^>^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract ParameterValues : List<IKeyValuePair> with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property ParameterValues As List(Of IKeyValuePair)

属性值

Type: System.Collections.Generic.List<IKeyValuePair>

请参阅

ISharedParameterDataRow 接口
Microsoft.TeamFoundation.TestManagement.Common 命名空间

返回页首