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
古い.

変数のプロパティを定義します。

適用対象