WebAccountManager.UpdateWebAccountPropertiesAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Обновления свойства веб-учетной записи асинхронно.
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
Обновляемая веб-учетная запись.
- webAccountUserName
-
String
Platform::String
winrt::hstring
Имя пользователя для обновления.
- additionalProperties
-
IMapView<Platform::String,Platform::String>
IMapView<winrt::hstring,winrt::hstring>
Обновляемые свойства.
Возвращаемое значение
Этот метод не возвращает значение.