IDiaSymbol2
Describes additional properties of a symbol instance.
Syntax
IDiaSymbol2 : IDiaSymbol
Methods in Alphabetical Order
The following table shows the methods of IDiaSymbol2
.
Note
Symbols will return meaningful data for only some of these methods, depending on the type of symbol. If a method returns S_OK
, then that method has returned meaningful data.
Method | Description |
---|---|
IDiaSymbol2::get_isObjCCategory |
Retrieves a flag indicating whether this is an Objective-C category. |
IDiaSymbol2::get_isObjCClass |
Retrieves a flag indicating whether this is an Objective-C class interface/implementation. |
IDiaSymbol2::get_isObjCProtocol |
Retrieves a flag indicating whether this is an Objective-C protocol. |
Remarks
Notes for Callers
Obtain this interface by first getting an IDiaSymbol
instance and then calling IUnknown::QueryInterface
to do a dynamic downcast
Requirements
Header:
Dia2.h
Library: diaguids.lib
DLL: msdia140.dll