Partager via


LineDisplayCursor.TryUpdateAttributesAsync Méthode

Définition

Tente de mettre à jour de manière asynchrone les attributs de la courbe d’affichage de ligne.

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)

Paramètres

attributes
LineDisplayCursorAttributes

Attributs à appliquer au curseur.

Retours

Retourne la valeur True si les attributs ont été correctement mis à jour ; sinon, False.

Attributs

S’applique à