DsCaseOptions Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("F7D38518-E803-4462-8FA2-E481642D42FB")> _
Public Enumeration DsCaseOptions
[GuidAttribute("F7D38518-E803-4462-8FA2-E481642D42FB")]
public enum DsCaseOptions
[GuidAttribute(L"F7D38518-E803-4462-8FA2-E481642D42FB")]
public enum class DsCaseOptions
[<GuidAttribute("F7D38518-E803-4462-8FA2-E481642D42FB")>]
type DsCaseOptions
public enum DsCaseOptions

Members

Member name Description
dsLowercase  
dsUppercase  
dsCapitalize  

See Also

Reference

EnvDTE Namespace