ConnectionPointType 列挙型

定義

接続ポイントの型を指定します。

public enum class ConnectionPointType
public enum ConnectionPointType
type ConnectionPointType = 
Public Enum ConnectionPointType
継承
ConnectionPointType

フィールド

Default 0

既定の接続ポイント。

Incoming 1

受信接続ポイント。

Outgoing 2

送信接続ポイント。

適用対象