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 case type 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
'Usage
Dim instance As CASESELECTION_TYPE
public enum CASESELECTION_TYPE
public enum class CASESELECTION_TYPE
public enum CASESELECTION_TYPE
Members
Member name | Description | |
---|---|---|
CASESELECTION_UPPER | Text is upper case. | |
CASESELECTION_LOWER | Text is lower case. | |
CASESELECTION_TITLE | Text is title case. |
Remarks
COM Signature
From textmgr.idl: