다음을 통해 공유


ConnectionPoint.ConnectionIndex 속성

정의

현재 ConnectionPoint의 연결 인덱스를 가져옵니다.

public:
 property int ConnectionIndex { int get(); };
public int ConnectionIndex { get; }
member this.ConnectionIndex : int
Public ReadOnly Property ConnectionIndex As Integer

속성 값

현재 ConnectionPoint의 연결 인덱스를 나타내는 정수입니다.

설명

Activity Designer는 ConnectionIndex를 사용하여 ConnectionPoint에서 반환된 읽기 전용 Point 컬렉션에서 GetConnections를 식별합니다.

적용 대상