TYPEDESC Struktura

Definice

Upozornění

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

Místo toho použijte TYPEDESC.

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
Dědičnost
TYPEDESC
Atributy

Poznámky

Další informace o TYPEDESCnástroji najdete v knihovně MSDN.

Pole

lpValue
Zastaralé.

Pokud je VT_SAFEARRAY proměnná nebo VT_PTR, lpValue pole obsahuje ukazatel na objekt, TYPEDESC který určuje typ prvku.

vt
Zastaralé.

Označuje typ varianty pro položku popsanou tímto TYPEDESCobjektem .

Platí pro