다음을 통해 공유


IComponentConnector.Connect(Int32, Object) 메서드

정의

XAML 시작 콘텐츠에 이벤트 및 이름을 연결합니다.

public:
 void Connect(int connectionId, Platform::Object ^ target);
void Connect(int const& connectionId, IInspectable const& target);
public void Connect(int connectionId, object target);
function connect(connectionId, target)
Public Sub Connect (connectionId As Integer, target As Object)

매개 변수

connectionId
Int32

int

호출을 구분할 식별자 토큰입니다.

target
Object

Platform::Object

IInspectable

이벤트 및 이름을 연결할 대상입니다.

설명

IComponentConnector 및 생성된 코드의 용도에 대한 자세한 내용은 IComponentConnector 인터페이스에 대한 "주의" 섹션을 참조하세요.

적용 대상