次の方法で共有


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

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

適用対象