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.
Sorts a collection of elements.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Sub Sort ( _
vsCMSort As vsCMSort _
)
void Sort(
vsCMSort vsCMSort
)
void Sort(
vsCMSort vsCMSort
)
abstract Sort :
vsCMSort:vsCMSort -> unit
function Sort(
vsCMSort : vsCMSort
)
Parameters
vsCMSort
Type: Microsoft.VisualStudio.VCCodeModel.vsCMSortOptional. A vsCMSort value representing the type of sorting to be done (alphanumeric or position in source file).
.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.