__SymbolToolLanguage Enumeration
Specifies the preferred language during “object browser”/”class view” navigation, overriding the default display language.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __SymbolToolLanguage
public enum __SymbolToolLanguage
public enum class __SymbolToolLanguage
type __SymbolToolLanguage
public enum __SymbolToolLanguage
Members
Member name | Description | |
---|---|---|
SymbolToolLanguage_CSharp | The preferred language is C#. | |
SymbolToolLanguage_None | No specific language is preferred. | |
SymbolToolLanguage_VB | The preferred language is Visual Basic. | |
SymbolToolLanguage_VC_CLI | The preferred language is Visual C++ for managed syntax. | |
SymbolToolLanguage_VC_ZW | The preferred language is Visual C++ with Windows Runtime language extensions (that is, extensions enabled by the ZW compiler flag). |
Remarks
This enumeration is used in conjunction with GetPreferredLanguage.