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

該成員設定屬性。

適用於