共用方式為


IVpnProfile.Routes 屬性

定義

取得必須在分割通道 VPN 的情況下透過 VPN 介面的路由清單。

public:
 property IVector<VpnRoute ^> ^ Routes { IVector<VpnRoute ^> ^ get(); };
IVector<VpnRoute> Routes();
public IList<VpnRoute> Routes { get; }
var iVector = iVpnProfile.routes;
Public ReadOnly Property Routes As IList(Of VpnRoute)

屬性值

在分割通道 VPN 的情況下,必須透過 VPN 介面的路由清單。

Windows 需求

應用程式功能
networkingVpnProvider

適用於