ConnectionPoint 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 디자인 화면에서 Activity Designer의 외부 가장자리에 표시되는 연결 지점을 표시합니다.
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
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
연결 지점은 Activity Designer 화면의 가장자리에 작은 사각형으로 나타납니다. 연결 지점은 커넥터를 다른 Activity Designer로 연결하기 위한 Activity Designer의 시작점으로 사용됩니다.
생성자
ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) |
지정된 ConnectionPoint와 ActivityDesigner 열거형 값, 그리고 정수를 사용하여 DesignerEdges 클래스의 새 인스턴스를 초기화합니다. |
속성
AssociatedDesigner |
연결 지점이 속해 있는 활동 디자이너를 가져옵니다. |
Bounds |
연결 지점의 경계 사각형을 가져옵니다. |
ConnectionEdge |
연결 지점이 나타나는 디자이너 가장자리를 가져옵니다. |
ConnectionIndex |
현재 ConnectionPoint의 연결 인덱스를 가져옵니다. |
Location |
연결된 ConnectionPoint에서 ActivityDesigner의 논리적 위치를 나타내는 점을 가져옵니다. |
메서드
Equals(Object) |
현재 ConnectionPoint가 지정한 개체와 동일한지 여부를 나타내는 값을 반환합니다. |
GetHashCode() |
현재 ConnectionPoint의 해시 코드를 반환합니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
OnPaint(ActivityDesignerPaintEventArgs, Boolean) |
활동 디자이너 화면에 ConnectionPoint를 렌더링하는 데 필요한 모든 작업을 수행합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |