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

'Déclaration
Public Enumeration CASESELECTION_TYPE
'Utilisation
Dim instance As CASESELECTION_TYPE
public enum CASESELECTION_TYPE
public enum class CASESELECTION_TYPE
type CASESELECTION_TYPE
public enum CASESELECTION_TYPE

Members

Member name Description
CASESELECTION_UPPER The text is upper-case.
CASESELECTION_LOWER The text is lower-case.
CASESELECTION_TITLE The text is title case.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace