다음을 통해 공유


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

정의

지정된 사용자 지정 데이터 매개 변수를 가져옵니다.

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를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

적용 대상