다음을 통해 공유


InkStrokeContainer.GetStrokeById(UInt32) 메서드

정의

지정된 ID를 사용하여 단일 InkStroke를 검색합니다.

public:
 virtual InkStroke ^ GetStrokeById(unsigned int id) = GetStrokeById;
InkStroke GetStrokeById(uint32_t const& id);
public InkStroke GetStrokeById(uint id);
function getStrokeById(id)
Public Function GetStrokeById (id As UInteger) As InkStroke

매개 변수

id
UInt32

unsigned int

uint32_t

단일 잉크 스트로크를 식별하는 데 사용되는 GUID(Global Unique Identifier)입니다.

반환

단일 잉크 스트로크입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상

추가 정보