DISPPARAMS Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. http://go.microsoft.com/fwlink/?linkid=14202
Use DISPPARAMS instead.
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
- Inheritance
- Attributes
Fields
cArgs |
Represents the count of arguments. |
cNamedArgs |
Represents the count of named arguments. |
rgdispidNamedArgs |
Represents the dispatch IDs of named arguments. |
rgvarg |
Represents a reference to the array of arguments. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.