RemoteSystem.Platform 속성

정의

이 원격 시스템이 실행 중인 OS 플랫폼을 설명하는 값을 가져옵니다.

public:
 property RemoteSystemPlatform Platform { RemoteSystemPlatform get(); };
RemoteSystemPlatform Platform();
public RemoteSystemPlatform Platform { get; }
var remoteSystemPlatform = remoteSystem.platform;
Public ReadOnly Property Platform As RemoteSystemPlatform

속성 값

해당 원격 시스템에 대한 RemoteSystemPlatform 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

설명

여러 플랫폼에서 원격 시스템 API를 통합하는 애플리케이션은 각 플랫폼에 맞게 조정된 사용자 환경을 제공해야 합니다. 예를 들어 연결된 모든 시스템을 Microsoft Store의 앱과 Google Play 스토어 또는 Apple의 App Store 대한 링크로 보냅니다.

적용 대상