ConnectionPointType 열거형

정의

연결 지점의 유형을 지정합니다.

public enum class ConnectionPointType
public enum ConnectionPointType
type ConnectionPointType = 
Public Enum ConnectionPointType
상속
ConnectionPointType

필드

Default 0

기본 연결 지점입니다.

Incoming 1

들어오는 연결 지점입니다.

Outgoing 2

나가는 연결 지점입니다.

적용 대상