RemoteSystemAddedEventArgs.RemoteSystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|