ComMemberType Výčet

Definice

Popisuje typ člena modelu 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
Dědičnost
ComMemberType
Atributy

Pole

Method 0

Člen je normální metoda.

PropGet 1

Člen získá vlastnosti.

PropSet 2

Člen nastaví vlastnosti.

Platí pro