Share via


vsCaseOptions Enum

Definition

Represents options for changing text to lowercase or uppercase.

C++/CX
public enum class vsCaseOptions
Inheritance
vsCaseOptions
Attributes

Fields

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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022