ComMemberType Enumeráció
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
A COM-tagok típusát ismerteti.
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
- Öröklődés
- Attribútumok
Mezők
| Name | Érték | Description |
|---|---|---|
| Method | 0 | A tag egy normál módszer. |
| PropGet | 1 | A tag tulajdonságokat kap. |
| PropSet | 2 | A tag beállítja a tulajdonságokat. |