RemoteSystemRemovedEventArgs Klasse

Definition

Ruft Informationen zu einem RemoteSystemRemoved-Ereignis ab, nämlich dem Entfernten 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
Vererbung
Object Platform::Object IInspectable RemoteSystemRemovedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
remoteSystem

Hinweise

Diese Klasse wird instanziiert, wenn das RemoteSystemRemoved-Ereignis ausgelöst wird (d. h., wenn ein zuvor ermitteltes RemoteSystem nicht mehr auffindbar ist), und es sollte von den Methoden behandelt werden, die für dieses Ereignis registriert sind.

Eigenschaften

RemoteSystemId

Das RemoteSystem-Objekt , das das Gerät darstellt, das aus der Gruppe der auffindbaren Geräte entfernt wurde, wodurch das enthaltende RemoteSystemRemoved-Ereignis ausgelöst wird.

Gilt für:

Weitere Informationen