CallControlEventHandler 代理人
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 AnswerRequested 和 AudioTransferRequested 事件。
public delegate void CallControlEventHandler(CallControl ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1500476831, 20703, 17492, 188, 99, 77, 61, 1, 182, 25, 88)]
class CallControlEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(1500476831, 20703, 17492, 188, 99, 77, 61, 1, 182, 25, 88)]
public delegate void CallControlEventHandler(CallControl sender);
var callControlEventHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub CallControlEventHandler(sender As CallControl)
- sender
- CallControl
- 屬性
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Media.Devices.CallControlContract (已於 v1.0 引進)
|
產品 | 版本 |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |