VpnTrafficFilter.LocalAddressRanges 屬性

定義

取得此流量篩選允許的本機位址範圍清單。

public:
 property IVector<Platform::String ^> ^ LocalAddressRanges { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> LocalAddressRanges();
public IList<string> LocalAddressRanges { get; }
var iVector = vpnTrafficFilter.localAddressRanges;
Public ReadOnly Property LocalAddressRanges As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

此流量篩選允許的本機位址範圍清單。

Windows 需求

應用程式功能
networkingVpnProvider

適用於