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>
更新するプロパティ。
戻り値
このメソッドは値を返しません。