RemoteSystemAddedEventArgs 类

定义

获取有关 RemoteSystemAdded 事件的信息,即已添加的 RemoteSystem

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

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
remoteSystem

注解

每当引发 RemoteSystemAdded 事件时,都会实例化此类,并且它应由注册到此事件 () 的方法进行处理。

属性

RemoteSystem

RemoteSystem 对象,表示已添加到可发现设备集的设备,导致引发包含 RemoteSystemAdded 事件。

适用于

另请参阅