__SymbolToolLanguage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the preferred language during “object browser”/”class view” navigation, overriding the default display language.
public enum class __SymbolToolLanguage
public enum class __SymbolToolLanguage
enum __SymbolToolLanguage
public enum __SymbolToolLanguage
type __SymbolToolLanguage =
Public Enum __SymbolToolLanguage
- Inheritance
-
__SymbolToolLanguage
Fields
Name | Value | Description |
---|---|---|
SymbolToolLanguage_None | 0 | No specific language is preferred. |
SymbolToolLanguage_CSharp | 1 | The preferred language is C#. |
SymbolToolLanguage_VB | 2 | The preferred language is Visual Basic. |
SymbolToolLanguage_VC_CLI | 3 | The preferred language is Visual C++ for managed syntax. |
SymbolToolLanguage_VC_ZW | 4 | 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.