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.
Specifies the case of selected text.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration CASESELECTION_TYPE
public enum CASESELECTION_TYPE
public enum class CASESELECTION_TYPE
type CASESELECTION_TYPE
public enum CASESELECTION_TYPE
Members
Member name | Description | |
---|---|---|
CASESELECTION_LOWER | The text is lower-case. | |
CASESELECTION_TITLE | The text is title case. | |
CASESELECTION_UPPER | The text is upper-case. |