ComMemberType Wyliczenie

Definicja

Opisuje typ elementu członkowskiego COM.

public enum class ComMemberType
public enum ComMemberType
[System.Serializable]
public enum ComMemberType
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ComMemberType
type ComMemberType = 
[<System.Serializable>]
type ComMemberType = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ComMemberType = 
Public Enum ComMemberType
Dziedziczenie
ComMemberType
Atrybuty

Pola

Method 0

Element członkowski jest metodą normalną.

PropGet 1

Element członkowski pobiera właściwości.

PropSet 2

Element członkowski ustawia właściwości.

Dotyczy