Compartilhar via


LineDisplayCursor.TryUpdateAttributesAsync Método

Definição

Tenta atualizar de forma assíncrona os atributos do curor de exibição de linha.

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)

Parâmetros

attributes
LineDisplayCursorAttributes

Os atributos a serem aplicados ao cursor.

Retornos

Retorna True se os atributos foram atualizados com êxito; caso contrário, False.

Atributos

Aplica-se a