共用方式為


IDebugHostConstant 介面 (dbgmodel.h)

表示符號資訊內的常數 (例如:C++) 中的非類型樣板自變數。

繼承

IDebugHostConstant 繼承自 IDebugHostSymbol

方法

IDebugHostConstant 介面具有這些方法。

 
IDebugHostConstant::AddRef

IDebugHostConstant::AddRef 方法會遞增 物件上介面的參考計數。
IDebugHostConstant::EnumerateChildren

IDebugHostConstant::EnumerateChildren 方法會取得列舉值,能夠列舉指定符號的所有子系。
IDebugHostConstant::GetContainingModule

在符號上呼叫時,IDebugHostConstConstant::GetContainingModule 方法會取得模組,如果符號具有包含模組,則會取得包含符號的模組。
IDebugHostConstant::GetContext

在符號上呼叫時,IDebugHostConstConstConst::GetContext 方法會取得符號所在的主機內容。
IDebugHostConstant::GetName

在符號上呼叫時,IDebugHostConstant::GetName 方法會在具有名稱時取得符號的名稱。
IDebugHostConstant::GetSymbolKind

取得這是 (的符號類型,也就是字段、基類、類型等等...) 。
IDebugHostConstant::GetType

在符號上呼叫時,IDebugHostConstant::GetType 方法會取得符號的類型,例如 int *。
IDebugHostConstant::GetValue

GetValue 方法會傳回封裝至 VARIANT 的常數值。
IDebugHostConstant::QueryInterface

IDebugHostConstant::QueryInterface 方法會擷取對象上支援介面的指標。
IDebugHostConstant::Release

IDebugHostConstant::Release 方法會遞減 對象上介面的參考計數。

備註

對於符號資訊中存在常數值的位置, (其中特定值是一個符號,可能不是常數值) ,IDebugHostConstant 介面表示這類常數的概念。 這通常用於範本自變數之類的位置,其中指定的自變數通常是類型,但可能是非類型樣板自變數 (,例如:常數) 。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀