DISPPARAMS-Struktur
Veröffentlicht: Oktober 2016
Hinweis: Diese API ist jetzt veraltet.
Verwenden Sie stattdessen System.Runtime.InteropServices.ComTypes.DISPPARAMS.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
public struct DISPPARAMS
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)]
public value struct DISPPARAMS
[<Sealed>]
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202",
false)>]
type DISPPARAMS = struct end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.DISPPARAMS instead. https://go.microsoft.com/fwlink/?linkid=14202",
False)>
Public Structure DISPPARAMS
Methoden
Name | Beschreibung | |
---|---|---|
Equals(Object) | Gibt an, ob diese Instanz und ein angegebenes Objekt gleich sind.(Geerbt von „ValueType“.) |
|
GetHashCode() | Gibt den Hashcode für diese Instanz zurück.(Geerbt von „ValueType“.) |
|
GetType() | Ruft den Type der aktuellen Instanz ab.(Geerbt von „Object“.) |
|
ToString() | Gibt den voll qualifizierten Typnamen dieser Instanz zurück.(Geerbt von „ValueType“.) |
Felder
Name | Beschreibung | |
---|---|---|
cArgs | Stellt die Anzahl von Argumenten dar. |
|
cNamedArgs | Stellt die Anzahl der benannten Argumenten |
|
rgdispidNamedArgs | Stellt die Dispatch-IDs der benannten Argumente dar. |
|
rgvarg | Stellt einen Verweis auf das Array von Argumenten. |
Hinweise
For additional information about DISPPARAMS, see the MSDN Library.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Threadsicherheit
Alle öffentlichen statischen Member ( Shared in Visual Basic) dieses Typs sind threadsicher. Die Threadsicherheit für Instanzmember ist nicht garantiert.
Siehe auch
System.Runtime.InteropServices-Namespace
Zurück zum Anfang