DISPPARAMS 構造体

定義

注意事項

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

代わりに DISPPARAMS を使用してください

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

フィールド

cArgs
古い.

引数の数を表します。

cNamedArgs
古い.

名前つき引数の数を表します。

rgdispidNamedArgs
古い.

名前つき引数のディスパッチ ID を表します。

rgvarg
古い.

引数の配列への参照を表します。

適用対象