Campo TYPEDESC.lpValue
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Se a variável for VT_SAFEARRAY ou VT_PTR, o campo TYPEDESC.lpValue conterá um ponteiro para um TYPEDESC que especifica o tipo de elemento.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public IntPtr lpValue
public:
IntPtr lpValue
val mutable lpValue : nativeint
Public lpValue As IntPtr
Valor do Campo
Type: System.IntPtr
Comentários
Para obter informações adicionais sobre TYPEDESC, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Estrutura TYPEDESC
Namespace System.Runtime.InteropServices
Retornar ao início