Shelveset.NameComparer Property
Sorts the shelvesets first by name and then by owner.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NameComparer As IComparer
'Usage
Dim value As IComparer
value = Shelveset.NameComparer
public static IComparer NameComparer { get; }
public:
static property IComparer^ NameComparer {
IComparer^ get ();
}
public static function get NameComparer () : IComparer
Property Value
Type: System.Collections.IComparer
Remarks
NameComparer is primarily for display purposes, because NameComparer is both culture sensitive and case insensitive.
.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.