vsCMSort Enum
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.
Used by the Sort(vsCMSort) method.
public enum class vsCMSort
public enum class vsCMSort
enum vsCMSort
public enum vsCMSort
type vsCMSort =
Public Enum vsCMSort
- Inheritance
-
vsCMSort
Fields
Name | Value | Description |
---|---|---|
vsCMSortAlpha | 0 | Sort by name of element (from A to Z). |
vsCMSortLine | 1 | Sort by position of element in source file or project (ascending order). |