DISPPARAMS Estructura

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Utilice DISPPARAMS en su lugar.

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
Herencia
DISPPARAMS
Atributos

Campos

cArgs

Representa el recuento de argumentos.

cNamedArgs

Representa el recuento de argumentos con nombre.

rgdispidNamedArgs

Representa los identificadores de envío de argumentos con nombre.

rgvarg

Representa una referencia a la matriz de argumentos.

Se aplica a