DISPPARAMS Estructura
Definición
Advertencia
Esta API está ya obsoleta.
Utilice DISPPARAMS en su lugar.Use DISPPARAMS instead.
public value class DISPPARAMS
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct DISPPARAMS
type DISPPARAMS = struct
Public Structure DISPPARAMS
- Herencia
- Atributos
Campos
cArgs |
Representa el recuento de argumentos.Represents the count of arguments. |
cNamedArgs |
Representa el recuento de argumentos con nombre.Represents the count of named arguments. |
rgdispidNamedArgs |
Representa los identificadores de envío de argumentos con nombre.Represents the dispatch IDs of named arguments. |
rgvarg |
Representa una referencia a la matriz de argumentos.Represents a reference to the array of arguments. |