共用方式為


LineDisplayCursor.TryUpdateAttributesAsync 方法

定義

嘗試以非同步方式更新線條顯示 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)

參數

attributes
LineDisplayCursorAttributes

要套用至資料指標的屬性。

傳回

如果已成功更新屬性,則會傳回 True;否則為 False。

屬性

適用於