ITypeInfo2.GetVarDesc(Int32, IntPtr) 메서드

정의

지정된 변수를 설명하는 VARDESC 구조를 검색합니다.

public:
 void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)

매개 변수

index
Int32

반환할 변수 설명의 인덱스입니다.

ppVarDesc
IntPtr

nativeint

이 메서드는 반환될 때 지정한 변수를 설명하는 VARDESC 구조체에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

매개 변수의 값은 ppVarDesc 메서드를 통해 PtrToStructure 액세스할 수 있습니다.

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

적용 대상