共用方式為


IIndexableConcept 介面 (dbgmodel.h)

任何物件,此容器都支援從指定的 N 維度索引器隨機擷取元素,實作這個概念。

對象可編制索引是合法的(透過 IIndexableConcept 的支援),而不是可反覆運算的(透過缺乏對 IIterableConcept的支援)。

遺產

IIndexableConcept 繼承自 IUnknown。

方法

IIndexableConcept 介面具有這些方法。

 
IIndexableConcept::AddRef

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

GetAt 方法會從索引物件內擷取特定 N 維索引的值。
IIndexableConcept::GetDimensionality

GetDimensionality 方法會傳回物件在 中編製索引的維度數目。
IIndexableConcept::QueryInterface

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

IIndexableConcept::Release 方法會遞減 物件上介面的參考計數。
IIndexableConcept::SetAt

SetAt 方法會嘗試從索引物件內的特定 N 維索引設定值。

要求

要求 價值
標頭 dbgmodel.h