VCCodeElements.Sort Method
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 _
)
'Usage
Dim instance As VCCodeElements
Dim vsCMSort As vsCMSort
instance.Sort(vsCMSort)
void Sort(
vsCMSort vsCMSort
)
void Sort(
vsCMSort vsCMSort
)
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.