LineDisplayCursor.TryUpdateAttributesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
行表示キュレーターの属性を非同期的に更新しようとします。
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。
- 属性