vsCaseOptions 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.
Represents options for changing text to lowercase or uppercase.
public enum class vsCaseOptions
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
Fields
vsCaseOptionsCapitalize | 3 | Capitalize the first letter of each word of the selected text. |
vsCaseOptionsLowercase | 1 | Change selected text to lowercase. |
vsCaseOptionsUppercase | 2 | Change selected text to uppercase. |