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

스크롤할 열 또는 행의 수입니다. 스크롤 방향이 왼쪽 또는 오른쪽인 경우 열이 사용됩니다. 스크롤 방향이 위쪽 또는 아래쪽인 경우 행이 사용됩니다.

반환

특성

적용 대상