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
|