共用方式為


IDiaSymbol8

描述與協同程式相關的符號實例的其他屬性。

語法

IDiaSymbol8 : IDiaSymbol7

方法

下表顯示 IDiaSymbol8 方法。

注意

符號只會針對其中一些方法傳回有意義的資料,視符號類型而定。 如果方法傳回 S_OK,則該方法已傳回有意義的資料。

方法 描述
IDiaSymbol8::get_coroutineKind 擷取協同程式函式種類。
IDiaSymbol8::get_associatedSymbolKind 擷取相關聯的符號種類。
IDiaSymbol8::get_associatedSymbolSection 擷取相關聯符號地址的區段元件。
IDiaSymbol8::get_associatedSymbolOffset 擷取相關聯符號位址的位移元件。
IDiaSymbol8::get_associatedSymbolRva 擷取相關聯符號的相對虛擬位址 (RVA)。
IDiaSymbol8::get_associatedSymbolAddr 擷取相關聯符號的虛擬位址 (VA)。

備註

呼叫端注意事項

先取得 IDiaSymbol 實例,然後呼叫 IUnknown::QueryInterface 以執行動態向下廣播,以取得此介面。

需求

Header: Dia2.h

程式庫:diaguids.lib

DLL:msdia140.dll

另請參閱