ITypeInfo.GetVarDesc(Int32, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取描述所指定變數的 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 方法。