DesignerStylesDictionary.IComponentConnector.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 and names to compiled content.
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
Parameters
- connectionId
- Int32
The connection ID.
- target
- Object
The target.
Implements
Remarks
This interface is designed for use only by the markup compiler.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.