共用方式為


RemoteSystemKindFilter(IIterable<String>) 建構函式

定義

使用要設為目標的裝置類型字串表示清單,初始化 RemoteSystemKindFilter 類別的實例。 這些字串應該符合 RemoteSystemKinds 類別屬性的值。

public:
 RemoteSystemKindFilter(IIterable<Platform::String ^> ^ remoteSystemKinds);
 RemoteSystemKindFilter(IIterable<winrt::hstring> const& remoteSystemKinds);
public RemoteSystemKindFilter(IEnumerable<string> remoteSystemKinds);
function RemoteSystemKindFilter(remoteSystemKinds)
Public Sub New (remoteSystemKinds As IEnumerable(Of String))

參數

remoteSystemKinds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要鎖定之裝置類型的字串表示清單。

Windows 需求

應用程式功能
remoteSystem

適用於