DISPPARAMS Struktur

Definition

Achtung

Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. http://go.microsoft.com/fwlink/?linkid=14202

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

Felder

cArgs
Veraltet.

Stellt die Anzahl der Argumente dar.

cNamedArgs
Veraltet.

Stellt die Anzahl der benannten Argumente dar.

rgdispidNamedArgs
Veraltet.

Stellt die Dispatch-IDs der benannten Argumente dar.

rgvarg
Veraltet.

Stellt einen Verweis auf das Argumentarray dar.

Gilt für: