Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
vsCaseOptionsLowercase | Change selected text to lowercase. | |
vsCaseOptionsUppercase | Change selected text to uppercase. | |
vsCaseOptionsCapitalize | Capitalize the first letter of each word of the selected text. |