共用方式為


Service.SubscriptionOp 代理人

定義

protected: delegate void Service::SubscriptionOp(ServiceEvent ^ % target, ServiceEvent ^ operand);
protected delegate void Service.SubscriptionOp(ref ServiceEvent target, ServiceEvent operand);
Protected Delegate Sub Service.SubscriptionOp(ByRef target As ServiceEvent, operand As ServiceEvent)

參數

target
ServiceEvent
operand
ServiceEvent

適用於