DelegateProxyAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性用于通知运行时哪个类用于将托管委托包装到 Objective-C 块中。
[System.AttributeUsage(System.AttributeTargets.ReturnValue, AllowMultiple=false)]
public sealed class DelegateProxyAttribute : Attribute
type DelegateProxyAttribute = class
inherit Attribute
- 继承
-
DelegateProxyAttribute
- 属性
注解
Xamarin.iOS 的内部人员使用此类型。
此属性应用于返回类型,并由 Xamarin.iOS 运行时用来查找帮助程序类,该类用于将托管委托转换为 Objective-C 块,本机代码稍后可以调用该块来触发托管执行。
构造函数
DelegateProxyAttribute(Type) |
指定用于将托管委托代理代理到 Objective-C 块的委托类型。 |
属性
DelegateType |
用于将托管委托代理代理到 Objective-C 块的委托类型。 |