LineDisplayWindow.TryScrollTextAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した方向に指定した行数だけウィンドウ テキストの内容をスクロールします。
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
スクロールする列または行の数。 列は、スクロール方向が左または右の場合に使用されます。行は、スクロール方向が上下の場合に使用されます。
戻り値
- 属性