VersionControlPath.FullPathComparer Property
Returns a string comparer for fully-specified server paths.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FullPathComparer As StringComparer
public static StringComparer FullPathComparer { get; }
public:
static property StringComparer^ FullPathComparer {
StringComparer^ get ();
}
static member FullPathComparer : StringComparer with get
static function get FullPathComparer () : StringComparer
Property Value
Type: System.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.