Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a comparer for repositories that is culture-sensitive and case-insensitive.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property RepositoryComparer As IComparer
public static IComparer RepositoryComparer { get; }
public:
static property IComparer^ RepositoryComparer {
IComparer^ get ();
}
static member RepositoryComparer : IComparer with get
static function get RepositoryComparer () : IComparer
Property Value
Type: System.Collections.IComparer
A comparer for repositories.
.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.