TYPEDESC 構造体

定義

注意事項

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

代わりに 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
継承
TYPEDESC
属性

注釈

の詳細については TYPEDESC、MSDN ライブラリを参照してください。

フィールド

lpValue
古い.

変数が VT_SAFEARRAY または VT_PTR の場合、lpValue フィールドは要素の型を指定する TYPEDESC へのポインターを格納します。

vt
古い.

TYPEDESC が記述する項目のバリアントの型を示します。

適用対象