共用方式為


ID3D10EffectVariable::GetMemberByIndex 方法 (d3d10effect.h)

依索引取得結構成員。

語法

ID3D10EffectVariable * GetMemberByIndex(
  [in] UINT Index
);

參數

[in] Index

類型: UINT

以零起始的索引。

傳回值

類型: ID3D10EffectVariable*

ID3D10EffectVariable 介面的指標。

備註

如果效果變數是結構,請使用此方法依索引查閱成員。

規格需求

需求
目標平台 Windows
標頭 d3d10effect.h

另請參閱

ID3D10EffectVariable 介面