次の方法で共有


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。

属性

適用対象