Freigeben über


LineDisplayCursor.TryUpdateAttributesAsync Methode

Definition

Versucht, die Attribute des Zeilenanzeige-Curors asynchron zu aktualisieren.

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

Parameter

attributes
LineDisplayCursorAttributes

Die Attribute, die auf den Cursor angewendet werden sollen.

Gibt zurück

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

Attribute

Gilt für: