CASESELECTION_TYPE Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace