RemoteSystemConnectionRequest.CreateForApp(RemoteSystemApp) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance der RemoteSystemConnectionRequest-Klasse für eine bestimmte Anwendung auf einem Remotesystem.
public:
static RemoteSystemConnectionRequest ^ CreateForApp(RemoteSystemApp ^ remoteSystemApp);
static RemoteSystemConnectionRequest CreateForApp(RemoteSystemApp const& remoteSystemApp);
public static RemoteSystemConnectionRequest CreateForApp(RemoteSystemApp remoteSystemApp);
function createForApp(remoteSystemApp)
Public Shared Function CreateForApp (remoteSystemApp As RemoteSystemApp) As RemoteSystemConnectionRequest
Parameter
- remoteSystemApp
- RemoteSystemApp
Die zugrunde liegende Remoteanwendung, mit der versucht werden soll, eine Verbindung herzustellen.
Gibt zurück
Ein instance der RemoteSystemConnectionRequest-Klasse.
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)
|