MaxLength 类

指定字符串属性的最大长度。

继承层次结构

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.MaxLength

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

语法

声明
Public NotInheritable Class MaxLength
public static class MaxLength
public ref class MaxLength abstract sealed
[<AbstractClass>]
[<Sealed>]
type MaxLength =  class end
public final class MaxLength

MaxLength 类型公开以下成员。

字段

  名称 说明
公共字段静态成员 AreaPath AreaPath 的最大长度 256。
公共字段静态成员 Comment Comment 的最大长度 256。
公共字段静态成员 Description Description 的最大长度 4096。
公共字段静态成员 ErrorMessage ErrorMessage 的最大长度 512。
公共字段静态成员 Iteration Iteration 的最大长度 256。
公共字段静态成员 Name Name 的最大长度 256。
公共字段静态成员 TestVariableValue TestVariableValue 的最大长度 256。

页首

线程安全

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

请参见

参考

Microsoft.TeamFoundation.TestManagement.Common 命名空间