ComMemberType 枚举

定义

描述 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
继承
ComMemberType
属性

字段

Method 0

该成员是一个一般方法。

PropGet 1

该成员获取属性。

PropSet 2

该成员设置属性。

适用于