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
已淘汰.

表示引數陣列的參考。

適用於