共用方式為


OnlineIdSystemAuthenticator.Default 屬性

定義

取得 OnlineIdSystemAuthenticatorForUser 的實例,該實例對應于目前登入裝置的使用者。

public:
 static property OnlineIdSystemAuthenticatorForUser ^ Default { OnlineIdSystemAuthenticatorForUser ^ get(); };
static OnlineIdSystemAuthenticatorForUser Default();
public static OnlineIdSystemAuthenticatorForUser Default { get; }
var onlineIdSystemAuthenticatorForUser = OnlineIdSystemAuthenticator.default;
Public Shared ReadOnly Property Default As OnlineIdSystemAuthenticatorForUser

屬性值

對應至本機使用者的 OnlineIdSystemAuthenticatorForUser

適用於