ITypeInfo2.GetImplTypeCustData(Int32, Guid, Object) 메서드

정의

사용자 지정 데이터의 구현 형식을 가져옵니다.

public:
 void GetImplTypeCustData(int index, Guid % guid, [Runtime::InteropServices::Out] System::Object ^ % pVarVal);
public void GetImplTypeCustData (int index, ref Guid guid, out object pVarVal);
abstract member GetImplTypeCustData : int * Guid * obj -> unit
Public Sub GetImplTypeCustData (index As Integer, ByRef guid As Guid, ByRef pVarVal As Object)

매개 변수

index
Int32

사용자 지정 데이터에 대한 구현 형식의 인덱스입니다.

guid
Guid

데이터을 식별하는 데 사용되는 GUID입니다.

pVarVal
Object

이 메서드가 반환될 때 검색된 데이터를 넣을 위치를 지정하는 Object를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

자세한 내용은 ITypeInfo2::GetImplTypeCustData 메서드를 참조하세요.

적용 대상