LineDisplayCursor.TryUpdateAttributesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to asynchronously update the attributes of the line display curor.
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)
Parameters
- attributes
- LineDisplayCursorAttributes
The attributes to be applied to the cursor.
Returns
Returns True if the attributes were successfully updated; otherwise, False.
- Attributes