次の方法で共有


CompilandEnv

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

The compiler may 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 values).

IDiaSymbol::get_value

VARIANT

String-valued contents of the variable (VT_BSTR).

See Also

Compiland
Lexical Hierarchy of Symbol Types