Método UCOMITypeInfo.GetVarDesc (Int32, IntPtr)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera uma estrutura VARDESC que descreve a variável especificada.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetVarDesc(
int index,
out IntPtr ppVarDesc
)
void GetVarDesc(
int index,
[OutAttribute] IntPtr% ppVarDesc
)
abstract GetVarDesc :
index:int *
ppVarDesc:nativeint byref -> unit
Sub GetVarDesc (
index As Integer,
<OutAttribute> ByRef ppVarDesc As IntPtr
)
Parâmetros
index
Type: System.Int32Índice da descrição da variável a ser retornada.
ppVarDesc
Type: System.IntPtrNo retorno bem-sucedido, uma referência ao VARDESC que descreve a variável especificada.
Comentários
Os valores de ppVarDesc podem ser acessados por meio de PtrToStructure.
Para obter informações adicionais sobre ITypeInfo::GetVarDesc, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início