IComponentConnector2 Interface

Definition

Provides infrastructure support for event wiring and build actions.

public interface class IComponentConnector2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3700373131, 60620, 18830, 177, 57, 145, 20, 34, 84, 215, 174)]
struct IComponentConnector2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3700373131, 60620, 18830, 177, 57, 145, 20, 34, 84, 215, 174)]
public interface IComponentConnector2
Public Interface IComponentConnector2
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

IComponentConnector2 is used by the XAML compiler in generated code files. For more info, see the Remarks for IComponentConnector.

Apps compiled by the XAML compiler for Windows 10 implement IComponentConnector2. Apps will fall back to IComponentConnector for compatibility if necessary.

Methods

GetBindingConnector(Int32, Object)

Returns the IComponentConnector for this connection.

Applies to

See also