Sdílet prostřednictvím


RemoteSystemAddedEventArgs.RemoteSystem Property

Definition

The RemoteSystem object representing the device that was added to the set of discoverable devices, causing the containing RemoteSystemAdded event to be raised.

public:
 property RemoteSystem ^ RemoteSystem { RemoteSystem ^ get(); };
RemoteSystem RemoteSystem();
public RemoteSystem RemoteSystem { get; }
var remoteSystem = remoteSystemAddedEventArgs.remoteSystem;
Public ReadOnly Property RemoteSystem As RemoteSystem

Property Value

The device added.

Windows requirements

App capabilities
remoteSystem

Applies to