ChatSyncManager.IsAccountAssociated(WebAccount) 方法

定義

檢查特定 WebAccount 是否為同步管理員用來同步訊息的帳戶。

public:
 virtual bool IsAccountAssociated(WebAccount ^ webAccount) = IsAccountAssociated;
bool IsAccountAssociated(WebAccount const& webAccount);
public bool IsAccountAssociated(WebAccount webAccount);
function isAccountAssociated(webAccount)
Public Function IsAccountAssociated (webAccount As WebAccount) As Boolean

參數

webAccount
WebAccount

Web 帳戶。

傳回

Boolean

bool

如果 WebAccount 是同步管理員用來同步訊息的帳戶,則為 True,否則為 false。

Windows 需求

應用程式功能
chat chatSystem smsSend

適用於