IFixedTypeInfo.GetVarDesc(Int32, IntPtr) Method

Definition

For a description of this member, see GetVarDesc(Int32, IntPtr).

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

index
Int32

Index of the variable.

ppVarDesc
IntPtr

nativeint

Location to return the description.

Applies to