CASESELECTION_TYPE Enumeration

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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace