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
스크롤할 열 또는 행의 수입니다. 스크롤 방향이 왼쪽 또는 오른쪽인 경우 열이 사용됩니다. 스크롤 방향이 위쪽 또는 아래쪽인 경우 행이 사용됩니다.
반환
- 특성