NameValuePair 类

 

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

继承层次结构

System.Object
  Microsoft.TeamFoundation.TestManagement.Client.NameValuePair

语法

public sealed class NameValuePair
public ref class NameValuePair sealed 
[<Sealed>]
type NameValuePair = class end
Public NotInheritable Class NameValuePair

构造函数

名称 说明
System_CAPS_pubmethod NameValuePair()

初始化 NameValuePair 类的新实例。

System_CAPS_pubmethod NameValuePair(String, Boolean)

初始化 NameValuePair 类的新实例。

System_CAPS_pubmethod NameValuePair(String, DateTime)

初始化 NameValuePair 类的新实例。

System_CAPS_pubmethod NameValuePair(String, Guid)

初始化 NameValuePair 类的新实例。

System_CAPS_pubmethod NameValuePair(String, String)

初始化 NameValuePair 类的新实例。

System_CAPS_pubmethod NameValuePair(String, Uri)

初始化 NameValuePair 类的新实例。

属性

名称 说明
System_CAPS_pubproperty Name

System_CAPS_pubproperty Value

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod ToDateTime()

System_CAPS_pubmethod ToGuid()

System_CAPS_pubmethod ToString()

(替代 Object.ToString()。)

System_CAPS_pubmethod ToUri()

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首