ChatSyncManager.IsAccountAssociated(WebAccount) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查特定的 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
|