Freigeben über


ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes) Methode

Definition

Updates die Geräteattribute.

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)

Parameter

attributes
LineDisplayAttributes

Die aktualisierten Attribute, die auf das Gerät angewendet werden sollen.

Gibt zurück

Gibt True zurück, wenn die Attribute erfolgreich aktualisiert wurden. andernfalls False.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Gilt für: