共用方式為


WebAccountEventArgs.Account 屬性

定義

取得事件所涉及的 WebAccount

public:
 property WebAccount ^ Account { WebAccount ^ get(); };
WebAccount Account();
public WebAccount Account { get; }
var webAccount = webAccountEventArgs.account;
Public ReadOnly Property Account As WebAccount

屬性值

事件所涉及的 Web 帳戶。

適用於