ITypeInfo2.GetParamCustData(Int32, Int32, Guid, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的自訂資料參數。
public:
void GetParamCustData(int indexFunc, int indexParam, Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetParamCustData (int indexFunc, int indexParam, ref Guid guid, out object pVarVal);
abstract member GetParamCustData : int * int * Guid * obj -> unit
Public Sub GetParamCustData (indexFunc As Integer, indexParam As Integer, ByRef guid As Guid, ByRef pVarVal As Object)
參數
- indexFunc
- Int32
要取得自訂資料的函式索引。
- indexParam
- Int32
要取得自訂資料之此函式的參數索引。
- guid
- Guid
用來識別資料的 GUID。
- pVarVal
- Object
此方法傳回時會包含一個 Object
,指定要放置所擷取資料的位置。 這個參數會以未初始化的狀態傳遞。