LineDisplayCursor.TryUpdateAttributesAsync Метод

Определение

Пытается асинхронно обновить атрибуты каристора отображения строк.

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)

Параметры

attributes
LineDisplayCursorAttributes

Атрибуты, применяемые к курсору.

Возвращаемое значение

Возвращает значение True, если атрибуты были успешно обновлены; в противном случае — False.

Атрибуты

Применяется к