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 메서드를 참조하세요.

적용 대상