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

メンバーはプロパティを設定します。

適用対象