Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
The compiler might include additional environment variables with symbols. There is one SymTagCompilandEnv symbol for each of these variables.
Properties
The following table shows the properties that are valid for this symbol type.
| Property | Data type | Description |
|---|---|---|
| IDiaSymbol::get_lexicalParent | IDiaSymbol* |
Symbol for the parent compiland. |
| IDiaSymbol::get_lexicalParentId | DWORD |
ID of the lexical parent symbol. |
| IDiaSymbol::get_name | BSTR |
Name of the variable. |
| IDiaSymbol::get_symIndexId | DWORD |
Index ID of symbol. |
| IDiaSymbol::get_symTag | DWORD |
Returns SymTagCompilandEnv (one of the SymTagEnum Enumeration values). |
| IDiaSymbol::get_value | VARIANT |
String-valued contents of the variable (VT_BSTR). |