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.
This is a property for comparison of server paths in instances like a Dictionary hash.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property StringComparer As StringComparer
public static StringComparer StringComparer { get; }
public:
static property StringComparer^ StringComparer {
StringComparer^ get ();
}
static member StringComparer : StringComparer with get
static function get StringComparer () : StringComparer
Property Value
Type: System.StringComparer
Returns StringComparer.
.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.