DISPPARAMS Struct

Definitie

Let op

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

Gebruik in plaats daarvan 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
Overname
DISPPARAMS
Kenmerken

Velden

Name Description
cArgs
Verouderd.

Vertegenwoordigt het aantal argumenten.

cNamedArgs
Verouderd.

Vertegenwoordigt het aantal benoemde argumenten.

rgdispidNamedArgs
Verouderd.

Vertegenwoordigt de verzend-id's van benoemde argumenten.

rgvarg
Verouderd.

Vertegenwoordigt een verwijzing naar de matrix met argumenten.

Van toepassing op