ITypeInfo2.GetAllImplTypeCustData(Int32, IntPtr) 方法

定義

取得指定實作類型的所有自訂資料。

public:
 void GetAllImplTypeCustData(int index, IntPtr pCustData);
public void GetAllImplTypeCustData(int index, IntPtr pCustData);
abstract member GetAllImplTypeCustData : int * nativeint -> unit
Public Sub GetAllImplTypeCustData (index As Integer, pCustData As IntPtr)

參數

index
Int32

自訂資料的實作類型的索引。

pCustData
IntPtr

nativeint

一個指標指向 CUSTDATA 它,裡面包含所有自訂資料項目。

備註

欲了解更多資訊,請參閱 ITypeInfo2::GetAllImplTypeCustData 方法

適用於