TYPEDESC Estrutura

Definição

Cuidado

Use System.Runtime.InteropServices.ComTypes.TYPEDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

Use TYPEDESC em seu lugar.

public value class TYPEDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct TYPEDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct TYPEDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type TYPEDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEDESC = struct
Public Structure TYPEDESC
Herança
TYPEDESC
Atributos

Comentários

Para obter informações adicionais sobre TYPEDESC, consulte o Biblioteca MSDN.

Campos

lpValue
Obsoleto.

Se a variável for VT_SAFEARRAY ou VT_PTR, o campo lpValue conterá um ponteiro para um TYPEDESC que especifica o tipo de elemento.

vt
Obsoleto.

Indica o tipo de variante do item descrito por este TYPEDESC.

Aplica-se a