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.
Do not use this method.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function Sort ( _
SortOptions As UInteger _
) As Integer
int Sort(
uint SortOptions
)
int Sort(
[InAttribute] unsigned int SortOptions
)
abstract Sort :
SortOptions:uint32 -> int
function Sort(
SortOptions : uint
) : int
Parameters
SortOptions
Type: System.UInt32Do not use.
Return Value
Type: System.Int32
.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.