共用方式為


IDebugAlias

代表變數的數值別名。 別名是僅僅是不同的變數名稱。

IDebugAlias : IUnknown

實作器注意事項

運算式評估工具 (EE) 會實作這個介面以支援變數的數字的別名。

呼叫者的備忘稿

IDebugObject2::CreateAlias建立特定物件的別名。 若要搜尋的別名,請使用IDebugBinder3::FindAliasIDebugBinder3::GetAllAliases

方法 Vtable 順序

下列的方法定義在IDebugAlias介面。

方法

描述

IDebugAlias::GetObject

取得這個別名所參考的物件。

IDebugAlias::GetName

取得別名名稱。

IDebugAlias::GetICorDebugValue

擷取ICorDebugValue可存取的介面會管理這個物件 (只有 managed 程式碼) 的相關資訊。

IDebugAlias::Dispose

標示此別名為不再使用。

備註

別名是以字串形式,例如 1001 # # 字元後, 接的十進位數字。

需求

標頭: ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

組件: Microsoft.VisualStudio.Debugger.Interop.dll

請參閱

參考

IDebugObject2::CreateAlias

IDebugBinder3::FindAlias

IDebugBinder3::GetAllAliases

概念

運算式評估介面