共用方式為


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 方法

適用於