VpnForegroundActivatedEventArgs.ActivationOperation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示 VPN 前台操作的对象。
处理完前台操作后,必须调用此 VpnForegroundActivationOperation 对象的 Complete 方法,并传入要返回到 IVpnPlugin.Connect 调用的值 ValueSet。 请参阅 VpnChannel.ActivateForeground。
public:
property VpnForegroundActivationOperation ^ ActivationOperation { VpnForegroundActivationOperation ^ get(); };
VpnForegroundActivationOperation ActivationOperation();
public VpnForegroundActivationOperation ActivationOperation { get; }
var vpnForegroundActivationOperation = vpnForegroundActivatedEventArgs.activationOperation;
Public ReadOnly Property ActivationOperation As VpnForegroundActivationOperation
属性值
表示 VPN 前台操作的 VpnForegroundActivationOperation 对象。
Windows 要求
应用功能 |
networkingVpnProvider
|