IStyleConnector.Connect(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches events on event setters and templates in compiled content.
public:
void Connect(int connectionId, System::Object ^ target);
public void Connect (int connectionId, object target);
abstract member Connect : int * obj -> unit
Public Sub Connect (connectionId As Integer, target As Object)
Parameters
- connectionId
- Int32
The unique connection ID for event wiring purposes.
- target
- Object
The target for event wiring.
Remarks
The IStyleConnector class is not intended for use by anything other than the WPF XAML markup compiler.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.