WebAccountManager.UpdateWebAccountPropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步汇报 Web 帐户的属性。
public:
static IAsyncAction ^ UpdateWebAccountPropertiesAsync(WebAccount ^ webAccount, Platform::String ^ webAccountUserName, IMapView<Platform::String ^, Platform::String ^> ^ additionalProperties);
static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount const& webAccount, winrt::hstring const& webAccountUserName, IMapView<winrt::hstring, winrt::hstring const&> const& additionalProperties);
public static IAsyncAction UpdateWebAccountPropertiesAsync(WebAccount webAccount, string webAccountUserName, IReadOnlyDictionary<string,string> additionalProperties);
function updateWebAccountPropertiesAsync(webAccount, webAccountUserName, additionalProperties)
Public Shared Function UpdateWebAccountPropertiesAsync (webAccount As WebAccount, webAccountUserName As String, additionalProperties As IReadOnlyDictionary(Of String, String)) As IAsyncAction
参数
- webAccount
- WebAccount
要更新的 Web 帐户。
- webAccountUserName
-
String
Platform::String
winrt::hstring
要更新的用户名。
- additionalProperties
-
IMapView<Platform::String,Platform::String>
IMapView<winrt::hstring,winrt::hstring>
要更新的属性。
返回
此方法不返回值。