DISPPARAMS 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
- 繼承
- 屬性
欄位
cArgs |
已淘汰.
表示引數的計數。 |
cNamedArgs |
已淘汰.
表示具名引數的計數。 |
rgdispidNamedArgs |
已淘汰.
表示具名引數的分派 ID。 |
rgvarg |
已淘汰.
表示引數陣列的參考。 |