다음을 통해 공유


InkAnalyzer.RemoveDataForStrokes(IIterable<UInt32>) 메서드

정의

마지막 잉크 분석 프로세스에서 지정된 잉크 스트로크에 대한 모든 노드를 삭제합니다.

public:
 virtual void RemoveDataForStrokes(IIterable<unsigned int> ^ strokeIds) = RemoveDataForStrokes;
void RemoveDataForStrokes(IIterable<uint32_t> const& strokeIds);
public void RemoveDataForStrokes(IEnumerable<uint> strokeIds);
function removeDataForStrokes(strokeIds)
Public Sub RemoveDataForStrokes (strokeIds As IEnumerable(Of UInteger))

매개 변수

strokeIds

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable<unsigned int>

IIterable<uint32_t>

고유한 잉크 스트로크 식별자의 컬렉션입니다.

적용 대상