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)

public enum CASESELECTION_TYPE

Member nameDescription
CASESELECTION_LOWER

The text is lower-case.

CASESELECTION_TITLE

The text is title case.

CASESELECTION_UPPER

The text is upper-case.

Return to top
Show: