vsCaseOptions Enum
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.
Represents options for changing text to lowercase or uppercase.
public enum class vsCaseOptions
C++/CX
public enum class vsCaseOptions
enum vsCaseOptions
[System.Runtime.InteropServices.Guid("98A2F403-007B-41F8-9A18-87ADDEF1760F")]
public enum vsCaseOptions
[<System.Runtime.InteropServices.Guid("98A2F403-007B-41F8-9A18-87ADDEF1760F")>]
type vsCaseOptions =
Public Enum vsCaseOptions
- Inheritance
-
vsCaseOptions
- Attributes
Name | Value | Description |
---|---|---|
vsCaseOptionsLowercase | 1 | Change selected text to lowercase. |
vsCaseOptionsUppercase | 2 | Change selected text to uppercase. |
vsCaseOptionsCapitalize | 3 | Capitalize the first letter of each word of the selected text. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |