ITypeInfo2.GetVarCustData(Int32, Guid, Object) Method

Definition

Gets the variable for the custom data.

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

Parameters

index
Int32

The index of the variable to get the custom data for.

guid
Guid

The GUID used to identify the data.

pVarVal
Object

When this method returns, contains an Object that specifies where to put the retrieved data. This parameter is passed uninitialized.

Remarks

For more information, see ITypeInfo2::GetVarCustData method.

Applies to