共用方式為


VARDESC 結構

定義

警告

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

請改用 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.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
Public Structure VARDESC
繼承
VARDESC
屬性

備註

如需 的詳細資訊 VARDESC,請參閱 MSDN 連結庫。

欄位

elemdescVar
已淘汰.

含有變數型別。

lpstrSchema
已淘汰.

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

memid
已淘汰.

表示變數的成員 ID。

varkind
已淘汰.

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

wVarFlags
已淘汰.

定義變數的屬性。

適用於