VCCodeElements.Sort(vsCMSort) Method

Definition

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

Applies to