Freigeben über


ComMemberType-Enumeration

 

Veröffentlicht: Oktober 2016

Beschreibt den Typ eines COM-Members.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum ComMemberType
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class ComMemberType
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type ComMemberType
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration ComMemberType

Member

Membername Beschreibung
Method

Der Member ist eine normale Methode.

PropGet

Der Member Ruft Eigenschaften ab.

PropSet

Der Member legt Eigenschaften fest.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

System.Runtime.InteropServices-Namespace

Zurück zum Anfang