[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Friend classes and friend functions are identified by SymTagFriend symbols. They are children of parent user-defined types (UDTs) and have a IDiaSymbol::get_classParent property.
Properties
The following table shows additional valid properties for this symbol type.
Property |
Data type |
Description |
---|---|---|
IDiaSymbol* |
Symbol for the UDT parent. |
|
DWORD |
ID of the class parent symbol. |
|
BSTR |
Name of the class or function. |
|
DWORD |
Index ID of symbol. |
|
DWORD |
Returns SymTagFriend (one of the SymTagEnum values). |
|
IDiaSymbol* |
Symbol for the class or function. |
|
DWORD |
ID of the type symbol. |