[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
There is one SymTagCompiland symbol for each Glossary of DIA SDK Terms linked to the .exe file. Compiland information is split between symbols with a SymTagCompiland tag, which can be retrieved without loading additional compiland symbols, and symbols with a SymTagCompilandDetails tag, which may require loading additional symbols.
Properties
The following table shows the properties that are valid for this symbol type.
Property |
Data type |
Description |
---|---|---|
BOOL |
TRUE if Edit and Continue was enabled at compilation. |
|
IDiaSymbol* |
Symbol for the .exe file. |
|
DWORD |
ID of the lexical parent symbol. |
|
BSTR |
Name of the library or object file where object was loaded from. |
|
BSTR |
File name of the compiland's object file. |
|
BSTR |
Name of the source file. |
|
DWORD |
Index ID of symbol. |
|
DWORD |
Returns SymTagCompiland (one of the SymTagEnum values). |
See Also
CompilandDetails
CompilandEnv
Lexical Hierarchy of Symbol Types