Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This comparer can be used to sort version control paths depth-first, just like a tree traversal.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DepthFirstTreeComparer As IComparer(Of String)
public static IComparer<string> DepthFirstTreeComparer { get; }
public:
static property IComparer<String^>^ DepthFirstTreeComparer {
IComparer<String^>^ get ();
}
static member DepthFirstTreeComparer : IComparer<string> with get
static function get DepthFirstTreeComparer () : IComparer<String>
Property Value
Type: System.Collections.Generic.IComparer<String>
Returns IComparer<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.