VARDESC 結構

定義

警告

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

警告

此 API 現已淘汰。

請改用 VARDESC

public value class VARDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct VARDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct VARDESC
[System.Obsolete]
public struct VARDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type VARDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type VARDESC = struct
[<System.Obsolete>]
type VARDESC = struct
Public Structure VARDESC
繼承
VARDESC
屬性

備註

如需的詳細資訊 VARDESC ,請參閱 MSDN library。

欄位

elemdescVar

含有變數型別。

lpstrSchema

這個欄位保留作未來使用。

memid

表示變數的成員 ID。

varkind

定義應該如何封送處理變數。

wVarFlags

定義變數的屬性。

適用於