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
已过时.

表示对参数数组的引用。

适用于