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_SAFEARRAYVT_PTR,則 lpValue 欄位會含有 TYPEDESC 的指標,用來指定元素型別。

vt
已淘汰.

指示這個 TYPEDESC 所描述之項目的 Variant 型別。

適用於