Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Compare two Version Control paths and returns their relative ordering for display (culture and case insensitive). This is like Compare except that it sorts grandchildren after children.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function CompareTopDownUI ( _
item1 As String, _
item2 As String _
) As Integer
public static int CompareTopDownUI(
string item1,
string item2
)
public:
static int CompareTopDownUI(
String^ item1,
String^ item2
)
static member CompareTopDownUI :
item1:string *
item2:string -> int
public static function CompareTopDownUI(
item1 : String,
item2 : String
) : int
Parameters
item1
Type: System.StringFirst item to compare.
item2
Type: System.StringSecond item to compare.
Return Value
Type: System.Int32
0 if they are equal, greater than 0 if the first is greater, less than 0 if the second is greater.
.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.