DISPPARAMS Struktur

Definition

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
DISPPARAMS
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.

Gilt für: