RemoteSystemRemovedEventArgs クラス

定義

RemoteSystemRemoved イベント (つまり、削除された RemoteSystem) に関する情報を取得します

public ref class RemoteSystemRemovedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemRemovedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemRemovedEventArgs
Public NotInheritable Class RemoteSystemRemovedEventArgs
継承
Object Platform::Object IInspectable RemoteSystemRemovedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
remoteSystem

注釈

このクラスは、 RemoteSystemRemoved イベントが発生するたびにインスタンス化されます (つまり、以前に検出された RemoteSystem が検出できなくなった場合は常に)、このイベントに登録されているメソッドで処理する必要があります。

プロパティ

RemoteSystemId

検出可能なデバイスのセットから削除され、含まれている RemoteSystemRemoved イベントが発生したデバイスを表す RemoteSystem オブジェクト。

適用対象

こちらもご覧ください