vsCaseOptions Enumeration
Represents options for changing text to lowercase or uppercase.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("98A2F403-007B-41F8-9A18-87ADDEF1760F")> _
Public Enumeration vsCaseOptions
[GuidAttribute("98A2F403-007B-41F8-9A18-87ADDEF1760F")]
public enum vsCaseOptions
[GuidAttribute(L"98A2F403-007B-41F8-9A18-87ADDEF1760F")]
public enum class vsCaseOptions
[<GuidAttribute("98A2F403-007B-41F8-9A18-87ADDEF1760F")>]
type vsCaseOptions
public enum vsCaseOptions
Members
Member name | Description | |
---|---|---|
vsCaseOptionsCapitalize | Capitalize the first letter of each word of the selected text. | |
vsCaseOptionsLowercase | Change selected text to lowercase. | |
vsCaseOptionsUppercase | Change selected text to uppercase. |