VCCodeElements.Sort(vsCMSort) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts a collection of elements.
public:
void Sort(Microsoft::VisualStudio::VCCodeModel::vsCMSort vsCMSort);
public:
void Sort(Microsoft::VisualStudio::VCCodeModel::vsCMSort vsCMSort);
void Sort(Microsoft::VisualStudio::VCCodeModel::vsCMSort vsCMSort);
[System.Runtime.InteropServices.DispId(513)]
public void Sort (Microsoft.VisualStudio.VCCodeModel.vsCMSort vsCMSort);
[<System.Runtime.InteropServices.DispId(513)>]
abstract member Sort : Microsoft.VisualStudio.VCCodeModel.vsCMSort -> unit
Public Sub Sort (vsCMSort As vsCMSort)
Parameters
- vsCMSort
- vsCMSort
Optional. A vsCMSort value representing the type of sorting to be done (alphanumeric or position in source file).
- Attributes