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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.