ComMemberType Énumération

Définition

Décrit le type d'un membre 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
Héritage
ComMemberType
Attributs

Champs

Method 0

Le membre est une méthode normale.

PropGet 1

Le membre obtient des propriétés.

PropSet 2

Le membre définit des propriétés.

S’applique à