ComMemberType Enumeráció

Definíció

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
ComMemberType
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.

A következőre érvényes: