ConnectionPoint 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

워크플로 디자인 화면에서 활동 디자이너의 바깥 쪽 가장자리에 표시되는 연결점을 나타냅니다.

public ref class ConnectionPoint
public class ConnectionPoint
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConnectionPoint
type ConnectionPoint = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConnectionPoint = class
Public Class ConnectionPoint
상속
ConnectionPoint
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

연결점은 활동 디자이너 화면 가장자리에 작은 사각형으로 나타납니다. 커넥터가 활동 디자이너에서 시작되어 다른 활동 디자이너와 연결할 수 있는 지점으로 사용됩니다.

생성자

Name Description
ConnectionPoint(ActivityDesigner, DesignerEdges, Int32)
사용되지 않음.

지정된ConnectionPoint, ActivityDesigner 열거형 값 및 정수로 클래스의 DesignerEdges 새 인스턴스를 초기화합니다.

속성

Name Description
AssociatedDesigner
사용되지 않음.

연결점이 속한 활동 디자이너를 가져옵니다.

Bounds
사용되지 않음.

연결점에 대한 경계 사각형을 가져옵니다.

ConnectionEdge
사용되지 않음.

연결점이 표시되는 디자이너 가장자리를 가져옵니다.

ConnectionIndex
사용되지 않음.

현재 ConnectionPoint에 대한 연결 인덱스 가져옵니다.

Location
사용되지 않음.

연결된 ConnectionPoint위치의 ActivityDesigner 논리적 위치를 나타내는 점을 가져옵니다.

메서드

Name Description
Equals(Object)
사용되지 않음.

현재 ConnectionPoint 개체가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

GetHashCode()
사용되지 않음.

현재 ConnectionPoint에 대한 해시 코드를 반환합니다.

GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnPaint(ActivityDesignerPaintEventArgs, Boolean)
사용되지 않음.

활동 디자이너 화면에서 렌더링 ConnectionPoint 하는 데 필요한 모든 작업을 수행합니다.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상