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

适用于