MaxLengths Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines maximum lengths that can be bound to WPF TextBoxes for limiting data input.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Controls.WPF.MaxLengths

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class MaxLengths
public static class MaxLengths
public ref class MaxLengths abstract sealed
[<AbstractClass>]
[<Sealed>]
type MaxLengths =  class end
public final class MaxLengths

The MaxLengths type exposes the following members.

Properties

  Name Description
Public propertyStatic member BaseUrlPath Maximum length for a base URL. Used for some URLs like SharePoint Web Applications where the URL provided by the user is only a base URL and we must allow for room to add more to the end (Web service paths, site paths, etc).
Public propertyStatic member RelativePath Maximum length for a SharePoint Web Application relative path.
Public propertyStatic member ReportItemPath Maximum SSRS report item path length.
Public propertyStatic member Url Maximum URL length.
Public propertyStatic member UrlPath Maximum URL path length.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace