DISPPARAMS Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. http://go.microsoft.com/fwlink/?linkid=14202
Achtung
Diese API ist nun veraltet.
Verwenden Sie stattdessen 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.Obsolete]
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
[<System.Obsolete>]
type DISPPARAMS = struct
Public Structure DISPPARAMS
- Vererbung
- Attribute
Felder
| cArgs |
Stellt die Anzahl der Argumente dar. |
| cNamedArgs |
Stellt die Anzahl der benannten Argumente dar. |
| rgdispidNamedArgs |
Stellt die Dispatch-IDs der benannten Argumente dar. |
| rgvarg |
Stellt einen Verweis auf das Argumentarray dar. |