ITypeInfo.GetVarDesc(Int32, IntPtr) メソッド

定義

指定した変数を記述している VARDESC 構造体を取得します。

public:
 void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)

パラメーター

index
Int32

取得する変数の説明のインデックス。

ppVarDesc
IntPtr

nativeint

このメソッドが返されるときに、指定した変数について記述する VARDESC 構造体への参照を格納します。 このパラメーターは初期化せずに渡されます。

注釈

パラメーターの ppVarDesc 値には、 メソッドを PtrToStructure 使用してアクセスできます。

詳細については、「 ITypeInfo::GetVarDesc メソッド」を参照してください。

適用対象