次の方法で共有


RemoteSystem.Apps プロパティ

定義

接続済みデバイス プラットフォームに登録されている、このリモート システム上のアプリケーションの一覧。

public:
 property IVectorView<RemoteSystemApp ^> ^ Apps { IVectorView<RemoteSystemApp ^> ^ get(); };
IVectorView<RemoteSystemApp> Apps();
public IReadOnlyList<RemoteSystemApp> Apps { get; }
var iVectorView = remoteSystem.apps;
Public ReadOnly Property Apps As IReadOnlyList(Of RemoteSystemApp)

プロパティ値

アプリケーションの一覧。

Windows の要件

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

適用対象