RemoteSystemApp クラス

定義

リモート システム上のアプリケーションを表します。

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

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1903 18362 ConnectionToken
1903 18362 User

プロパティ

Attributes

このアプリケーションのアプリ固有の属性。

ConnectionToken

後で接続できるように、RemoteSystemApp によって永続化できるトークンを取得します。

DisplayName

このアプリケーションの表示フレンドリ名。 これは、Bluetooth 識別のためにデバイスによって使用される名前です。 これが設定されていない場合、またはデバイスが Bluetooth をサポートしていない場合、このフィールドは空になります。

Id

このアプリケーションの一意識別子。

IsAvailableByProximity

このアプリケーションが近位接続で現在使用できるかどうかを示します。

IsAvailableBySpatialProximity

このアプリケーションが現在空間共有接続に使用できるかどうかを示します。

User

ユーザーを取得します。

適用対象