DkmMCppLocalVariableSymbol.Tag Enum
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.
DkmMCppLocalVariableSymbol is an abstract base class. This enum indicates which derived class this object is an instance of.
public: enum class DkmMCppLocalVariableSymbol::Tag
C++/WinRT
enum DkmMCppLocalVariableSymbol::Tag
public enum DkmMCppLocalVariableSymbol.Tag
type DkmMCppLocalVariableSymbol.Tag =
Public Enum DkmMCppLocalVariableSymbol.Tag
- Inheritance
-
DkmMCppLocalVariableSymbol.Tag
Name | Value | Description |
---|---|---|
ILLocalVariableSymbol | 0 | Object is an instance of 'DkmMCppILLocalVariableSymbol'. |
StaticLocalVariableSymbol | 1 | Object is an instance of 'DkmMCppStaticLocalVariableSymbol'. |
Product | Versies |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |