DesignerStylesDictionary.IComponentConnector.Connect(Int32, Object) メソッド

定義

イベントと名前をコンパイルされたコンテンツにアタッチします。

 virtual void System.Windows.Markup.IComponentConnector.Connect(int connectionId, System::Object ^ target) = System::Windows::Markup::IComponentConnector::Connect;
void IComponentConnector.Connect (int connectionId, object target);
abstract member System.Windows.Markup.IComponentConnector.Connect : int * obj -> unit
override this.System.Windows.Markup.IComponentConnector.Connect : int * obj -> unit
Sub Connect (connectionId As Integer, target As Object) Implements IComponentConnector.Connect

パラメーター

connectionId
Int32

接続 ID。

target
Object

ターゲット。

実装

注釈

このインターフェイスは、マークアップ コンパイラで使用することのみを目的として設計されています。

適用対象