RemoteSystemWebAccountFilter クラス

定義

特定の Web アカウントでサインインしているリモート システムのみを許可することで、検出可能なリモート システムのセットを制限する IRemoteSystemFilter

public ref class RemoteSystemWebAccountFilter sealed : IRemoteSystemFilter
/// [Windows.Foundation.Metadata.Activatable(Windows.System.RemoteSystems.IRemoteSystemWebAccountFilterFactory, 458752, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemWebAccountFilter final : IRemoteSystemFilter
[Windows.Foundation.Metadata.Activatable(typeof(Windows.System.RemoteSystems.IRemoteSystemWebAccountFilterFactory), 458752, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemWebAccountFilter : IRemoteSystemFilter
function RemoteSystemWebAccountFilter(account)
Public NotInheritable Class RemoteSystemWebAccountFilter
Implements IRemoteSystemFilter
継承
Object Platform::Object IInspectable RemoteSystemWebAccountFilter
属性
実装

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

コンストラクター

RemoteSystemWebAccountFilter(WebAccount)

RemoteSystemWebAccountFilter クラスのインスタンスを初期化します。

プロパティ

Account

RemoteSystemStatusTypeFilter オブジェクトがターゲットとする Web アカウント。

適用対象