次の方法で共有


RemoteSystemApp.User プロパティ

定義

ユーザーを取得します。

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = remoteSystemApp.user;
Public ReadOnly Property User As User

プロパティ値

ユーザー。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象