次の方法で共有


LineDisplayWindow.TryScrollTextAsync メソッド

定義

指定した方向に指定した行数だけウィンドウ テキストの内容をスクロールします。

public:
 virtual IAsyncOperation<bool> ^ TryScrollTextAsync(LineDisplayScrollDirection direction, unsigned int numberOfColumnsOrRows) = TryScrollTextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryScrollTextAsync(LineDisplayScrollDirection const& direction, uint32_t const& numberOfColumnsOrRows);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryScrollTextAsync(LineDisplayScrollDirection direction, uint numberOfColumnsOrRows);
function tryScrollTextAsync(direction, numberOfColumnsOrRows)
Public Function TryScrollTextAsync (direction As LineDisplayScrollDirection, numberOfColumnsOrRows As UInteger) As IAsyncOperation(Of Boolean)

パラメーター

direction
LineDisplayScrollDirection

テキストをスクロールする方向。

numberOfColumnsOrRows
UInt32

unsigned int

uint32_t

スクロールする列または行の数。 列は、スクロール方向が左または右の場合に使用されます。行は、スクロール方向が上下の場合に使用されます。

戻り値

属性

適用対象