次の方法で共有


ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes) メソッド

定義

デバイス属性を更新します。

public:
 virtual IAsyncOperation<bool> ^ TryUpdateAttributesAsync(LineDisplayAttributes ^ attributes) = TryUpdateAttributesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryUpdateAttributesAsync(LineDisplayAttributes const& attributes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryUpdateAttributesAsync(LineDisplayAttributes attributes);
function tryUpdateAttributesAsync(attributes)
Public Function TryUpdateAttributesAsync (attributes As LineDisplayAttributes) As IAsyncOperation(Of Boolean)

パラメーター

attributes
LineDisplayAttributes

デバイスに適用される更新された属性。

戻り値

属性が正常に更新された場合は True を返します。それ以外の場合は False。

属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

適用対象