VpnNativeProfile.AppTriggers プロパティ

定義

受信トレイ VPN プロファイルをトリガーできるアプリの一覧を取得します。

public:
 property IVector<VpnAppId ^> ^ AppTriggers { IVector<VpnAppId ^> ^ get(); };
IVector<VpnAppId> AppTriggers();
public IList<VpnAppId> AppTriggers { get; }
var iVector = vpnNativeProfile.appTriggers;
Public ReadOnly Property AppTriggers As IList(Of VpnAppId)

プロパティ値

受信トレイ VPN プロファイルをトリガーできるアプリの一覧。

実装

Windows の要件

アプリの機能
networkingVpnProvider

適用対象