次の方法で共有


RemoteSystemAppRegistration.GetForUser(User) メソッド

定義

指定したユーザーのアプリを登録する RemoteSystemAppRegistration インスタンスを取得します。

public:
 static RemoteSystemAppRegistration ^ GetForUser(User ^ user);
 static RemoteSystemAppRegistration GetForUser(User const& user);
public static RemoteSystemAppRegistration GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As RemoteSystemAppRegistration

パラメーター

user
User

ユーザー。

戻り値

新しい RemoteSystemAppRegistration インスタンス。

適用対象