IComponentConnector2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为事件连接和生成操作提供基础结构支持。
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
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
IComponentConnector2 由 XAML 编译器在生成的代码文件中使用。 有关详细信息,请参阅 IComponentConnector 的备注。
由 XAML 编译器为 Windows 10编译的应用实现 IComponentConnector2。 如有必要,为了兼容,应用将回退到 IComponentConnector 。
方法
GetBindingConnector(Int32, Object) |
返回此连接的 IComponentConnector 。 |