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 ライブラリを参照してください。

フィールド

elemdescVar

変数を格納します。

lpstrSchema

このフィールドは将来使用するために予約されています。

memid

変数のメンバー ID を示します。

varkind

変数をマーシャリングする方法を定義します。

wVarFlags

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

適用対象